Html Css Color HEX #57607E Chambray

📋 copy color: '#57607E'

red 87 ◦ green 96 ◦ blue 126

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

Shades of Chambray #57607E

Tints of Chambray #57607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 28.16%
G = 31.07%
B = 40.78%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57607E (or 0x57607E) is known color: Chambray. HEX triplet: 57, 60 and 7E. RGB value is (87,96,126). Sum of RGB (Red+Green+Blue) = 87+96+126=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #57607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57607E is #A89F81. Grayscale: #606060. Windows color (decimal): -11050882 or 8282199. OLE color: 8282199.

HSL color Cylindrical-coordinate representation of color #57607E: hue angle of 226.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57607E is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 96 126 -
CMYK 0.31 0.24 0 0.51
HSL 226.15º 0.18% 0.42% -
HSV(B) 226.15º 0.31% 0.49% -
XYZ 11.88 11.9 21.41 -
YUV 96.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 87 96 126 0.31 0.24 0 0.51 226.15 0.18 0.42
Hex 57 60 7E 1F 18 0 33 E2 12 2A
Octal 127 140 176 37 30 0 63 342 22 52
Binary 1010111 1100000 1111110 11111 11000 0 110011 11100010 10010 101010

Color Harmonies of #57607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57607E

Black with #57607E

Text Example


Text Example

White with #57607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57607E; }

 p { color: rgb(87,96,126); }

 H1.HeaderClassName
 {
   color: #57607E;
 }
 .AnyTagClassName
 {
   color: #57607E;
 }
</style>

background-color css

<style>
 a { background-color: #57607E; }

 a { background-color: rgb(87,96,126); }

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

border-color css

<style>
 span { border-color: #57607E; }

 span { border-color: rgb(87,96,126); }

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