#58999F

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

Shades of Cadet Blue #58999F

Tints of Cadet Blue #58999F

Color information

#58999F (or 0x58999F) is unknown color: approx Cadet Blue. HEX triplet: 58, 99 and 9F. RGB value is (88,153,159). Sum of RGB (Red+Green+Blue) = 88+153+159=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #58999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58999F is #A76660. Grayscale: #868686. Windows color (decimal): -10970721 or 10459480. OLE color: 10459480.

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

Color convert

RGB88153159-
CMYK0.450.0400.38
HSL185.07º28.74%48.43%-
HSV(B)185.07º44.65%62.35%-
XYZ21.6727.3636.94-
YUV134.25141.9795.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22%
GREEN value IS 153 (60.16% from 255) = 38.25%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=22%
G=38.25%
B=39.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881531590.450.0400.38185.0728.7448.43
Hex58999F2D4026b91d30
Octal1302312375540462713560
Binary1011000100110011001111110110110001001101011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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