Html Css Color HEX #575A62 Bright Grey

📋 copy color: '#575A62'

red 87 ◦ green 90 ◦ blue 98

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

Shades of Bright Grey #575A62

Tints of Bright Grey #575A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 31.64%
G = 32.73%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575A62 (or 0x575A62) is known color: Bright Grey. HEX triplet: 57, 5A and 62. RGB value is (87,90,98). Sum of RGB (Red+Green+Blue) = 87+90+98=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #575A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A62 is #A8A59D. Grayscale: #595959. Windows color (decimal): -11052446 or 6445655. OLE color: 6445655.

HSL color Cylindrical-coordinate representation of color #575A62: hue angle of 223.64º 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 #575A62 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 90 98 -
CMYK 0.11 0.08 0 0.62
HSL 223.64º 0.06% 0.36% -
HSV(B) 223.64º 0.11% 0.38% -
XYZ 9.79 10.22 13.01 -
YUV 90.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 87 90 98 0.11 0.08 0 0.62 223.64 0.06 0.36
Hex 57 5A 62 B 8 0 3E E0 6 24
Octal 127 132 142 13 10 0 76 340 6 44
Binary 1010111 1011010 1100010 1011 1000 0 111110 11100000 110 100100

Color Harmonies of #575A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A62

Black with #575A62

Text Example


Text Example

White with #575A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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