Html Css Color HEX #575F74 Chambray

📋 copy color: '#575F74'

red 87 ◦ green 95 ◦ blue 116

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

Shades of Chambray #575F74

Tints of Chambray #575F74

RGB

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

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

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

R = 29.19%
G = 31.88%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575F74 (or 0x575F74) is known color: Chambray. HEX triplet: 57, 5F and 74. RGB value is (87,95,116). Sum of RGB (Red+Green+Blue) = 87+95+116=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #575F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F74 is #A8A08B. Grayscale: #5E5E5E. Windows color (decimal): -11051148 or 7626583. OLE color: 7626583.

HSL color Cylindrical-coordinate representation of color #575F74: hue angle of 223.45º 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 #575F74 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 95 116 -
CMYK 0.25 0.18 0 0.55
HSL 223.45º 0.14% 0.4% -
HSV(B) 223.45º 0.25% 0.45% -
XYZ 11.18 11.47 18.15 -
YUV 95 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 87 95 116 0.25 0.18 0 0.55 223.45 0.14 0.4
Hex 57 5F 74 19 12 0 37 DF E 28
Octal 127 137 164 31 22 0 67 337 16 50
Binary 1010111 1011111 1110100 11001 10010 0 110111 11011111 1110 101000

Color Harmonies of #575F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F74

Black with #575F74

Text Example


Text Example

White with #575F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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