#58A599

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

Shades of Cadet Blue #58A599

Tints of Cadet Blue #58A599

Color information

#58A599 (or 0x58A599) is unknown color: approx Cadet Blue. HEX triplet: 58, A5 and 99. RGB value is (88,165,153). Sum of RGB (Red+Green+Blue) = 88+165+153=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #58A599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A599 is #A75A66. Grayscale: #8C8C8C. Windows color (decimal): -10967655 or 10069336. OLE color: 10069336.

HSL color Cylindrical-coordinate representation of color #58A599: hue angle of 170.65º 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 #58A599 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB88165153-
CMYK0.4700.070.35
HSL170.65º30.43%49.61%-
HSV(B)170.65º46.67%64.71%-
XYZ23.2331.2834.95-
YUV140.61134.9990.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.67%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=21.67%
G=40.64%
B=37.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881651530.4700.070.35170.6530.4349.61
Hex58A5992F0723ab1e32
Octal1302452315707432533662
Binary1011000101001011001100110111101111000111010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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