Html Css Color HEX #575962 Bright Grey

📋 copy color: '#575962'

red 87 ◦ green 89 ◦ blue 98

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

Shades of Bright Grey #575962

Tints of Bright Grey #575962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 31.75%
G = 32.48%
B = 35.77%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575962 (or 0x575962) is known color: Bright Grey. HEX triplet: 57, 59 and 62. RGB value is (87,89,98). Sum of RGB (Red+Green+Blue) = 87+89+98=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #575962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575962 is #A8A69D. Grayscale: #595959. Windows color (decimal): -11052702 or 6445399. OLE color: 6445399.

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

Color convert

RGB 87 89 98 -
CMYK 0.11 0.09 0 0.62
HSL 229.09º 0.06% 0.36% -
HSV(B) 229.09º 0.11% 0.38% -
XYZ 9.71 10.05 12.98 -
YUV 89.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 87 89 98 0.11 0.09 0 0.62 229.09 0.06 0.36
Hex 57 59 62 B 9 0 3E E5 6 24
Octal 127 131 142 13 11 0 76 345 6 44
Binary 1010111 1011001 1100010 1011 1001 0 111110 11100101 110 100100

Color Harmonies of #575962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575962

Black with #575962

Text Example


Text Example

White with #575962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575962; }

 p { color: rgb(87,89,98); }

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

background-color css

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

 a { background-color: rgb(87,89,98); }

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

border-color css

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

 span { border-color: rgb(87,89,98); }

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