#58989D

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

Shades of Cadet Blue #58989D

Tints of Cadet Blue #58989D

Color information

#58989D (or 0x58989D) is unknown color: approx Cadet Blue. HEX triplet: 58, 98 and 9D. RGB value is (88,152,157). Sum of RGB (Red+Green+Blue) = 88+152+157=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #58989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58989D is #A76762. Grayscale: #858585. Windows color (decimal): -10970979 or 10328152. OLE color: 10328152.

HSL color Cylindrical-coordinate representation of color #58989D: hue angle of 184.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58989D is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88152157-
CMYK0.440.0300.38
HSL184.35º28.16%48.04%-
HSV(B)184.35º43.95%61.57%-
XYZ21.3426.9735.98-
YUV133.43141.395.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=22.17%
G=38.29%
B=39.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881521570.440.0300.38184.3528.1648.04
Hex58989D2C3026b81c30
Octal1302302355430462703460
Binary101100010011000100111011011001101001101011100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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