#58A39D

Color #58A39D Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #58A39D

Tints of Cadet Blue #58A39D

Color information

#58A39D (or 0x58A39D) is unknown color: approx Cadet Blue. HEX triplet: 58, A3 and 9D. RGB value is (88,163,157). Sum of RGB (Red+Green+Blue) = 88+163+157=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #58A39D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A39D is #A75C62. Grayscale: #8B8B8B. Windows color (decimal): -10968163 or 10330968. OLE color: 10330968.

HSL color Cylindrical-coordinate representation of color #58A39D: hue angle of 175.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A39D is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB88163157-
CMYK0.4600.040.36
HSL175.2º29.88%49.22%-
HSV(B)175.2º46.01%63.92%-
XYZ23.2130.736.6-
YUV139.89137.6590.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 21.57%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=21.57%
G=39.95%
B=38.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881631570.4600.040.36175.229.8849.22
Hex58A39D2E0424af1e31
Octal1302432355604442573661
Binary1011000101000111001110110111001001001001010111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A39D; }

 p { color: rgb(88,163,157); }

 H1.HeaderClassName
 {
   color: #58A39D;
 }
 .AnyTagClassName
 {
   color: #58A39D;
 }
</style>
background-color css

<style>
 a { background-color: #58A39D; }

 a { background-color: rgb(88,163,157); }

 div.DivClassName
 {
   background-color: #58A39D;
 }
 .BgClassName
 {
   background-color: #58A39D;
 }
</style>
border-color css

<style>
 span { border-color: #58A39D; }

 span { border-color: rgb(88,163,157); }

 td.TdClassName
 {
   border-color: #58A39D;
 }
 .TagClassName
 {
   border-color: #58A39D;
 }
</style>