Html Css Color HEX #59999A Cadet Blue

📋 copy color: '#59999A'

red 89 ◦ green 153 ◦ blue 154

#59999A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #59999A

Tints of Cadet Blue #59999A

RGB

 RED value IS 89 (35.16% from 255) = 22.47%

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 22.47%
G = 38.64%
B = 38.89%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59999A (or 0x59999A) is known color: Cadet Blue. HEX triplet: 59, 99 and 9A. RGB value is (89,153,154). Sum of RGB (Red+Green+Blue) = 89+153+154=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #59999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59999A is #A66665. Grayscale: #858585. Windows color (decimal): -10905190 or 10131801. OLE color: 10131801.

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

Color convert

RGB 89 153 154 -
CMYK 0.42 0.01 0 0.40
HSL 180.92º 0.27% 0.48% -
HSV(B) 180.92º 0.42% 0.6% -
XYZ 21.34 27.24 34.7 -
YUV 133.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 89 153 154 0.42 0.01 0 0.40 180.92 0.27 0.48
Hex 59 99 9A 2A 1 0 28 B5 1B 30
Octal 131 231 232 52 1 0 50 265 33 60
Binary 1011001 10011001 10011010 101010 1 0 101000 10110101 11011 110000

Color Harmonies of #59999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59999A

Black with #59999A

Text Example


Text Example

White with #59999A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59999A;
 }
 .AnyTagClassName
 {
   color: #59999A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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