#58969E

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

Shades of Cadet Blue #58969E

Tints of Cadet Blue #58969E

Color information

#58969E (or 0x58969E) is unknown color: approx Cadet Blue. HEX triplet: 58, 96 and 9E. RGB value is (88,150,158). Sum of RGB (Red+Green+Blue) = 88+150+158=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #58969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58969E is #A76961. Grayscale: #848484. Windows color (decimal): -10971490 or 10393176. OLE color: 10393176.

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

Color convert

RGB88150158-
CMYK0.440.0500.38
HSL186.86º28.46%48.24%-
HSV(B)186.86º44.3%61.96%-
XYZ21.126.3636.32-
YUV132.37142.4696.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.22%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=22.22%
G=37.88%
B=39.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881501580.440.0500.38186.8628.4648.24
Hex58969E2C5026bb1c30
Octal1302262365450462733460
Binary1011000100101101001111010110010101001101011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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