Html Css Color HEX #575F76 Chambray

📋 copy color: '#575F76'

red 87 ◦ green 95 ◦ blue 118

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

Shades of Chambray #575F76

Tints of Chambray #575F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 29%
G = 31.67%
B = 39.33%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575F76 (or 0x575F76) is known color: Chambray. HEX triplet: 57, 5F and 76. RGB value is (87,95,118). Sum of RGB (Red+Green+Blue) = 87+95+118=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #575F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F76 is #A8A089. Grayscale: #5F5F5F. Windows color (decimal): -11051146 or 7757655. OLE color: 7757655.

HSL color Cylindrical-coordinate representation of color #575F76: hue angle of 224.52º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575F76 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 95 118 -
CMYK 0.26 0.19 0 0.54
HSL 224.52º 0.15% 0.4% -
HSV(B) 224.52º 0.26% 0.46% -
XYZ 11.29 11.52 18.77 -
YUV 95.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 87 95 118 0.26 0.19 0 0.54 224.52 0.15 0.4
Hex 57 5F 76 1A 13 0 36 E1 F 28
Octal 127 137 166 32 23 0 66 341 17 50
Binary 1010111 1011111 1110110 11010 10011 0 110110 11100001 1111 101000

Color Harmonies of #575F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F76

Black with #575F76

Text Example


Text Example

White with #575F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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