Html Css Color HEX #575C62 Bright Grey

📋 copy color: '#575C62'

red 87 ◦ green 92 ◦ blue 98

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

Shades of Bright Grey #575C62

Tints of Bright Grey #575C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.21%

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

R = 31.41%
G = 33.21%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575C62 (or 0x575C62) is known color: Bright Grey. HEX triplet: 57, 5C and 62. RGB value is (87,92,98). Sum of RGB (Red+Green+Blue) = 87+92+98=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #575C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C62 is #A8A39D. Grayscale: #5B5B5B. Windows color (decimal): -11051934 or 6446167. OLE color: 6446167.

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

Color convert

RGB 87 92 98 -
CMYK 0.11 0.06 0 0.62
HSL 212.73º 0.06% 0.36% -
HSV(B) 212.73º 0.11% 0.38% -
XYZ 9.96 10.56 13.07 -
YUV 91.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 87 92 98 0.11 0.06 0 0.62 212.73 0.06 0.36
Hex 57 5C 62 B 6 0 3E D5 6 24
Octal 127 134 142 13 6 0 76 325 6 44
Binary 1010111 1011100 1100010 1011 110 0 111110 11010101 110 100100

Color Harmonies of #575C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C62

Black with #575C62

Text Example


Text Example

White with #575C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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