Html Css Color HEX #57617F Chambray

📋 copy color: '#57617F'

red 87 ◦ green 97 ◦ blue 127

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

Shades of Chambray #57617F

Tints of Chambray #57617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 27.97%
G = 31.19%
B = 40.84%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57617F (or 0x57617F) is known color: Chambray. HEX triplet: 57, 61 and 7F. RGB value is (87,97,127). Sum of RGB (Red+Green+Blue) = 87+97+127=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #57617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57617F is #A89E80. Grayscale: #616161. Windows color (decimal): -11050625 or 8347991. OLE color: 8347991.

HSL color Cylindrical-coordinate representation of color #57617F: hue angle of 225º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57617F is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 97 127 -
CMYK 0.31 0.24 0 0.50
HSL 225º 0.19% 0.42% -
HSV(B) 225º 0.31% 0.5% -
XYZ 12.04 12.11 21.78 -
YUV 97.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 87 97 127 0.31 0.24 0 0.50 225 0.19 0.42
Hex 57 61 7F 1F 18 0 32 E1 13 2A
Octal 127 141 177 37 30 0 62 341 23 52
Binary 1010111 1100001 1111111 11111 11000 0 110010 11100001 10011 101010

Color Harmonies of #57617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57617F

Black with #57617F

Text Example


Text Example

White with #57617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57617F; }

 p { color: rgb(87,97,127); }

 H1.HeaderClassName
 {
   color: #57617F;
 }
 .AnyTagClassName
 {
   color: #57617F;
 }
</style>

background-color css

<style>
 a { background-color: #57617F; }

 a { background-color: rgb(87,97,127); }

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

border-color css

<style>
 span { border-color: #57617F; }

 span { border-color: rgb(87,97,127); }

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