#58999C

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

Shades of Cadet Blue #58999C

Tints of Cadet Blue #58999C

Color information

#58999C (or 0x58999C) is unknown color: approx Cadet Blue. HEX triplet: 58, 99 and 9C. RGB value is (88,153,156). Sum of RGB (Red+Green+Blue) = 88+153+156=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #58999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58999C is #A76663. Grayscale: #858585. Windows color (decimal): -10970724 or 10262872. OLE color: 10262872.

HSL color Cylindrical-coordinate representation of color #58999C: hue angle of 182.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58999C is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88153156-
CMYK0.440.0200.39
HSL182.65º27.87%47.84%-
HSV(B)182.65º43.59%61.18%-
XYZ21.4227.2635.58-
YUV133.91140.4795.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=22.17%
G=38.54%
B=39.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881531560.440.0200.39182.6527.8747.84
Hex58999C2C2027b71c30
Octal1302312345420472673460
Binary101100010011001100111001011001001001111011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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