Html Css Color HEX #576175 Chambray

📋 copy color: '#576175'

red 87 ◦ green 97 ◦ blue 117

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

Shades of Chambray #576175

Tints of Chambray #576175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 28.9%
G = 32.23%
B = 38.87%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#576175 (or 0x576175) is known color: Chambray. HEX triplet: 57, 61 and 75. RGB value is (87,97,117). Sum of RGB (Red+Green+Blue) = 87+97+117=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #576175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576175 is #A89E8A. Grayscale: #606060. Windows color (decimal): -11050635 or 7692631. OLE color: 7692631.

HSL color Cylindrical-coordinate representation of color #576175: hue angle of 220º 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 #576175 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 97 117 -
CMYK 0.26 0.17 0 0.54
HSL 220º 0.15% 0.4% -
HSV(B) 220º 0.26% 0.46% -
XYZ 11.42 11.86 18.52 -
YUV 96.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 87 97 117 0.26 0.17 0 0.54 220 0.15 0.4
Hex 57 61 75 1A 11 0 36 DC F 28
Octal 127 141 165 32 21 0 66 334 17 50
Binary 1010111 1100001 1110101 11010 10001 0 110110 11011100 1111 101000

Color Harmonies of #576175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576175

Black with #576175

Text Example


Text Example

White with #576175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576175; }

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

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

background-color css

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

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

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

border-color css

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

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

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