#58979E

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

Shades of Cadet Blue #58979E

Tints of Cadet Blue #58979E

Color information

#58979E (or 0x58979E) is unknown color: approx Cadet Blue. HEX triplet: 58, 97 and 9E. RGB value is (88,151,158). Sum of RGB (Red+Green+Blue) = 88+151+158=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #58979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58979E is #A76861. Grayscale: #848484. Windows color (decimal): -10971234 or 10393432. OLE color: 10393432.

HSL color Cylindrical-coordinate representation of color #58979E: hue angle of 186º 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 #58979E is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88151158-
CMYK0.440.0400.38
HSL186º28.46%48.24%-
HSV(B)186º44.3%61.96%-
XYZ21.2626.6836.38-
YUV132.96142.1395.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=22.17%
G=38.04%
B=39.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881511580.440.0400.3818628.4648.24
Hex58979E2C4026ba1c30
Octal1302272365440462723460
Binary1011000100101111001111010110010001001101011101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58979E; }

 p { color: rgb(88,151,158); }

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

<style>
 a { background-color: #58979E; }

 a { background-color: rgb(88,151,158); }

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

<style>
 span { border-color: #58979E; }

 span { border-color: rgb(88,151,158); }

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