#58989B

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

Shades of Cadet Blue #58989B

Tints of Cadet Blue #58989B

Color information

#58989B (or 0x58989B) is unknown color: approx Cadet Blue. HEX triplet: 58, 98 and 9B. RGB value is (88,152,155). Sum of RGB (Red+Green+Blue) = 88+152+155=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #58989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58989B is #A76764. Grayscale: #858585. Windows color (decimal): -10970981 or 10197080. OLE color: 10197080.

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

Color convert

RGB88152155-
CMYK0.430.0200.39
HSL182.69º27.57%47.65%-
HSV(B)182.69º43.23%60.78%-
XYZ21.1726.935.09-
YUV133.21140.395.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=22.28%
G=38.48%
B=39.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881521550.430.0200.39182.6927.5747.65
Hex58989B2B2027b71c30
Octal1302302335320472673460
Binary101100010011000100110111010111001001111011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58989B; }

 p { color: rgb(88,152,155); }

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

<style>
 a { background-color: #58989B; }

 a { background-color: rgb(88,152,155); }

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

<style>
 span { border-color: #58989B; }

 span { border-color: rgb(88,152,155); }

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