Html Css Color HEX #575B63 Bright Grey

📋 copy color: '#575B63'

red 87 ◦ green 91 ◦ blue 99

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

Shades of Bright Grey #575B63

Tints of Bright Grey #575B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 31.41%
G = 32.85%
B = 35.74%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575B63 (or 0x575B63) is known color: Bright Grey. HEX triplet: 57, 5B and 63. RGB value is (87,91,99). Sum of RGB (Red+Green+Blue) = 87+91+99=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #575B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B63 is #A8A49C. Grayscale: #5A5A5A. Windows color (decimal): -11052189 or 6511447. OLE color: 6511447.

HSL color Cylindrical-coordinate representation of color #575B63: hue angle of 220º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575B63 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 91 99 -
CMYK 0.12 0.08 0 0.61
HSL 220º 0.06% 0.36% -
HSV(B) 220º 0.12% 0.39% -
XYZ 9.92 10.41 13.29 -
YUV 90.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 87 91 99 0.12 0.08 0 0.61 220 0.06 0.36
Hex 57 5B 63 C 8 0 3D DC 6 24
Octal 127 133 143 14 10 0 75 334 6 44
Binary 1010111 1011011 1100011 1100 1000 0 111101 11011100 110 100100

Color Harmonies of #575B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B63

Black with #575B63

Text Example


Text Example

White with #575B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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