#58A59F

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

Shades of Cadet Blue #58A59F

Tints of Cadet Blue #58A59F

Color information

#58A59F (or 0x58A59F) is unknown color: approx Cadet Blue. HEX triplet: 58, A5 and 9F. RGB value is (88,165,159). Sum of RGB (Red+Green+Blue) = 88+165+159=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #58A59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A59F is #A75A60. Grayscale: #8D8D8D. Windows color (decimal): -10967649 or 10462552. OLE color: 10462552.

HSL color Cylindrical-coordinate representation of color #58A59F: hue angle of 175.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A59F is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB88165159-
CMYK0.4700.040.35
HSL175.32º30.43%49.61%-
HSV(B)175.32º46.67%64.71%-
XYZ23.7431.4937.63-
YUV141.29137.9989.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.36%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=21.36%
G=40.05%
B=38.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881651590.4700.040.35175.3230.4349.61
Hex58A59F2F0423af1e32
Octal1302452375704432573662
Binary1011000101001011001111110111101001000111010111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,165,159); }

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

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

 a { background-color: rgb(88,165,159); }

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

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

 span { border-color: rgb(88,165,159); }

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