Html Css Color HEX #57999A Cadet Blue

📋 copy color: '#57999A'

red 87 ◦ green 153 ◦ blue 154

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

Shades of Cadet Blue #57999A

Tints of Cadet Blue #57999A

RGB

 RED value IS 87 (34.38% from 255) = 22.08%

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

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

R = 22.08%
G = 38.83%
B = 39.09%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#57999A (or 0x57999A) is known color: Cadet Blue. HEX triplet: 57, 99 and 9A. RGB value is (87,153,154). Sum of RGB (Red+Green+Blue) = 87+153+154=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #57999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57999A is #A86665. Grayscale: #858585. Windows color (decimal): -11036262 or 10131799. OLE color: 10131799.

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

Color convert

RGB 87 153 154 -
CMYK 0.44 0.01 0 0.40
HSL 180.9º 0.28% 0.47% -
HSV(B) 180.9º 0.44% 0.6% -
XYZ 21.15 27.14 34.7 -
YUV 133.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 87 153 154 0.44 0.01 0 0.40 180.9 0.28 0.47
Hex 57 99 9A 2C 1 0 28 B5 1C 2F
Octal 127 231 232 54 1 0 50 265 34 57
Binary 1010111 10011001 10011010 101100 1 0 101000 10110101 11100 101111

Color Harmonies of #57999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57999A

Black with #57999A

Text Example


Text Example

White with #57999A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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