Html Css Color HEX #575B60 Bright Grey

📋 copy color: '#575B60'

red 87 ◦ green 91 ◦ blue 96

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

Shades of Bright Grey #575B60

Tints of Bright Grey #575B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.21%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 31.75%
G = 33.21%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575B60 (or 0x575B60) is known color: Bright Grey. HEX triplet: 57, 5B and 60. RGB value is (87,91,96). Sum of RGB (Red+Green+Blue) = 87+91+96=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: blue. Hex color #575B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B60 is #A8A49F. Grayscale: #5A5A5A. Windows color (decimal): -11052192 or 6314839. OLE color: 6314839.

HSL color Cylindrical-coordinate representation of color #575B60: hue angle of 213.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #575B60 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 91 96 -
CMYK 0.09 0.05 0 0.62
HSL 213.33º 0.05% 0.36% -
HSV(B) 213.33º 0.09% 0.38% -
XYZ 9.78 10.35 12.55 -
YUV 90.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 87 91 96 0.09 0.05 0 0.62 213.33 0.05 0.36
Hex 57 5B 60 9 5 0 3E D5 5 24
Octal 127 133 140 11 5 0 76 325 5 44
Binary 1010111 1011011 1100000 1001 101 0 111110 11010101 101 100100

Color Harmonies of #575B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B60

Black with #575B60

Text Example


Text Example

White with #575B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,96); }

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

background-color css

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

 a { background-color: rgb(87,91,96); }

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

border-color css

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

 span { border-color: rgb(87,91,96); }

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