#58999A

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

Shades of Cadet Blue #58999A

Tints of Cadet Blue #58999A

Color information

#58999A (or 0x58999A) is unknown color: approx Cadet Blue. HEX triplet: 58, 99 and 9A. RGB value is (88,153,154). Sum of RGB (Red+Green+Blue) = 88+153+154=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #58999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58999A is #A76665. Grayscale: #858585. Windows color (decimal): -10970726 or 10131800. OLE color: 10131800.

HSL color Cylindrical-coordinate representation of color #58999A: hue angle of 180.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58999A is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88153154-
CMYK0.430.0100.40
HSL180.91º27.27%47.45%-
HSV(B)180.91º42.86%60.39%-
XYZ21.2527.1934.7-
YUV133.68139.4795.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=22.28%
G=38.73%
B=38.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881531540.430.0100.40180.9127.2747.45
Hex58999A2B1028b51b2f
Octal1302312325310502653357
Binary10110001001100110011010101011101010001011010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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