#58989A

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

Shades of Cadet Blue #58989A

Tints of Cadet Blue #58989A

Color information

#58989A (or 0x58989A) is unknown color: approx Cadet Blue. HEX triplet: 58, 98 and 9A. RGB value is (88,152,154). Sum of RGB (Red+Green+Blue) = 88+152+154=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #58989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58989A is #A76765. Grayscale: #858585. Windows color (decimal): -10970982 or 10131544. OLE color: 10131544.

HSL color Cylindrical-coordinate representation of color #58989A: hue angle of 181.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58989A is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88152154-
CMYK0.430.0100.40
HSL181.82º27.27%47.45%-
HSV(B)181.82º42.86%60.39%-
XYZ21.0926.8634.65-
YUV133.09139.895.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=22.34%
G=38.58%
B=39.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881521540.430.0100.40181.8227.2747.45
Hex58989A2B1028b61b2f
Octal1302302325310502663357
Binary10110001001100010011010101011101010001011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58989A; }

 p { color: rgb(88,152,154); }

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

<style>
 a { background-color: #58989A; }

 a { background-color: rgb(88,152,154); }

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

<style>
 span { border-color: #58989A; }

 span { border-color: rgb(88,152,154); }

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