Html Css Color HEX #576974 Mid Grey

📋 copy color: '#576974'

red 87 ◦ green 105 ◦ blue 116

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

Shades of Mid Grey #576974

Tints of Mid Grey #576974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

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

R = 28.25%
G = 34.09%
B = 37.66%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#576974 (or 0x576974) is known color: Mid Grey. HEX triplet: 57, 69 and 74. RGB value is (87,105,116). Sum of RGB (Red+Green+Blue) = 87+105+116=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #576974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576974 is #A8968B. Grayscale: #646464. Windows color (decimal): -11048588 or 7629143. OLE color: 7629143.

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

Color convert

RGB 87 105 116 -
CMYK 0.25 0.09 0 0.55
HSL 202.76º 0.14% 0.4% -
HSV(B) 202.76º 0.25% 0.45% -
XYZ 12.13 13.39 18.47 -
YUV 100.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 87 105 116 0.25 0.09 0 0.55 202.76 0.14 0.4
Hex 57 69 74 19 9 0 37 CB E 28
Octal 127 151 164 31 11 0 67 313 16 50
Binary 1010111 1101001 1110100 11001 1001 0 110111 11001011 1110 101000

Color Harmonies of #576974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576974

Black with #576974

Text Example


Text Example

White with #576974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576974; }

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

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

background-color css

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

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

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

border-color css

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

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

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