Html Css Color HEX #57999D Cadet Blue

📋 copy color: '#57999D'

red 87 ◦ green 153 ◦ blue 157

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

Shades of Cadet Blue #57999D

Tints of Cadet Blue #57999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 21.91%
G = 38.54%
B = 39.55%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57999D (or 0x57999D) is known color: Cadet Blue. HEX triplet: 57, 99 and 9D. RGB value is (87,153,157). Sum of RGB (Red+Green+Blue) = 87+153+157=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #57999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57999D is #A86662. Grayscale: #858585. Windows color (decimal): -11036259 or 10328407. OLE color: 10328407.

HSL color Cylindrical-coordinate representation of color #57999D: hue angle of 183.43º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57999D is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 153 157 -
CMYK 0.45 0.03 0 0.38
HSL 183.43º 0.29% 0.48% -
HSV(B) 183.43º 0.45% 0.62% -
XYZ 21.41 27.24 36.03 -
YUV 133.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 87 153 157 0.45 0.03 0 0.38 183.43 0.29 0.48
Hex 57 99 9D 2D 3 0 26 B7 1D 30
Octal 127 231 235 55 3 0 46 267 35 60
Binary 1010111 10011001 10011101 101101 11 0 100110 10110111 11101 110000

Color Harmonies of #57999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57999D

Black with #57999D

Text Example


Text Example

White with #57999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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