#58969F

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

Shades of Cadet Blue #58969F

Tints of Cadet Blue #58969F

Color information

#58969F (or 0x58969F) is unknown color: approx Cadet Blue. HEX triplet: 58, 96 and 9F. RGB value is (88,150,159). Sum of RGB (Red+Green+Blue) = 88+150+159=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #58969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58969F is #A76960. Grayscale: #848484. Windows color (decimal): -10971489 or 10458712. OLE color: 10458712.

HSL color Cylindrical-coordinate representation of color #58969F: hue angle of 187.61º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58969F is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88150159-
CMYK0.450.0600.38
HSL187.61º28.74%48.43%-
HSV(B)187.61º44.65%62.35%-
XYZ21.1926.3936.78-
YUV132.49142.9696.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=22.17%
G=37.78%
B=40.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881501590.450.0600.38187.6128.7448.43
Hex58969F2D6026bc1d30
Octal1302262375560462743560
Binary1011000100101101001111110110111001001101011110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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