Html Css Color HEX #575F77 Chambray

📋 copy color: '#575F77'

red 87 ◦ green 95 ◦ blue 119

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

Shades of Chambray #575F77

Tints of Chambray #575F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

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

R = 28.9%
G = 31.56%
B = 39.53%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575F77 (or 0x575F77) is known color: Chambray. HEX triplet: 57, 5F and 77. RGB value is (87,95,119). Sum of RGB (Red+Green+Blue) = 87+95+119=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #575F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F77 is #A8A088. Grayscale: #5F5F5F. Windows color (decimal): -11051145 or 7823191. OLE color: 7823191.

HSL color Cylindrical-coordinate representation of color #575F77: hue angle of 225º 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 #575F77 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 95 119 -
CMYK 0.27 0.20 0 0.53
HSL 225º 0.16% 0.4% -
HSV(B) 225º 0.27% 0.47% -
XYZ 11.35 11.54 19.08 -
YUV 95.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 87 95 119 0.27 0.20 0 0.53 225 0.16 0.4
Hex 57 5F 77 1B 14 0 35 E1 10 28
Octal 127 137 167 33 24 0 65 341 20 50
Binary 1010111 1011111 1110111 11011 10100 0 110101 11100001 10000 101000

Color Harmonies of #575F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F77

Black with #575F77

Text Example


Text Example

White with #575F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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