Html Css Color HEX #575E74 Chambray

📋 copy color: '#575E74'

red 87 ◦ green 94 ◦ blue 116

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

Shades of Chambray #575E74

Tints of Chambray #575E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 29.29%
G = 31.65%
B = 39.06%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575E74 (or 0x575E74) is known color: Chambray. HEX triplet: 57, 5E and 74. RGB value is (87,94,116). Sum of RGB (Red+Green+Blue) = 87+94+116=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #575E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E74 is #A8A18B. Grayscale: #5E5E5E. Windows color (decimal): -11051404 or 7626327. OLE color: 7626327.

HSL color Cylindrical-coordinate representation of color #575E74: hue angle of 225.52º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #575E74 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 94 116 -
CMYK 0.25 0.19 0 0.55
HSL 225.52º 0.14% 0.4% -
HSV(B) 225.52º 0.25% 0.45% -
XYZ 11.09 11.29 18.12 -
YUV 94.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 87 94 116 0.25 0.19 0 0.55 225.52 0.14 0.4
Hex 57 5E 74 19 13 0 37 E2 E 28
Octal 127 136 164 31 23 0 67 342 16 50
Binary 1010111 1011110 1110100 11001 10011 0 110111 11100010 1110 101000

Color Harmonies of #575E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E74

Black with #575E74

Text Example


Text Example

White with #575E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,94,116); }

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

background-color css

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

 a { background-color: rgb(87,94,116); }

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

border-color css

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

 span { border-color: rgb(87,94,116); }

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