Html Css Color HEX #575E77 Chambray

📋 copy color: '#575E77'

red 87 ◦ green 94 ◦ blue 119

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

Shades of Chambray #575E77

Tints of Chambray #575E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 29%
G = 31.33%
B = 39.67%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575E77 (or 0x575E77) is known color: Chambray. HEX triplet: 57, 5E and 77. RGB value is (87,94,119). Sum of RGB (Red+Green+Blue) = 87+94+119=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #575E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E77 is #A8A188. Grayscale: #5E5E5E. Windows color (decimal): -11051401 or 7822935. OLE color: 7822935.

HSL color Cylindrical-coordinate representation of color #575E77: hue angle of 226.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575E77 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 94 119 -
CMYK 0.27 0.21 0 0.53
HSL 226.88º 0.16% 0.4% -
HSV(B) 226.88º 0.27% 0.47% -
XYZ 11.26 11.36 19.05 -
YUV 94.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 87 94 119 0.27 0.21 0 0.53 226.88 0.16 0.4
Hex 57 5E 77 1B 15 0 35 E3 10 28
Octal 127 136 167 33 25 0 65 343 20 50
Binary 1010111 1011110 1110111 11011 10101 0 110101 11100011 10000 101000

Color Harmonies of #575E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E77

Black with #575E77

Text Example


Text Example

White with #575E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E77; }

 p { color: rgb(87,94,119); }

 H1.HeaderClassName
 {
   color: #575E77;
 }
 .AnyTagClassName
 {
   color: #575E77;
 }
</style>

background-color css

<style>
 a { background-color: #575E77; }

 a { background-color: rgb(87,94,119); }

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

border-color css

<style>
 span { border-color: #575E77; }

 span { border-color: rgb(87,94,119); }

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