Html Css Color HEX #575A63 Bright Grey

📋 copy color: '#575A63'

red 87 ◦ green 90 ◦ blue 99

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

Shades of Bright Grey #575A63

Tints of Bright Grey #575A63

RGB

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

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

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

R = 31.52%
G = 32.61%
B = 35.87%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575A63 (or 0x575A63) is known color: Bright Grey. HEX triplet: 57, 5A and 63. RGB value is (87,90,99). Sum of RGB (Red+Green+Blue) = 87+90+99=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #575A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A63 is #A8A59C. Grayscale: #5A5A5A. Windows color (decimal): -11052445 or 6511191. OLE color: 6511191.

HSL color Cylindrical-coordinate representation of color #575A63: hue angle of 225º 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 #575A63 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 90 99 -
CMYK 0.12 0.09 0 0.61
HSL 225º 0.06% 0.36% -
HSV(B) 225º 0.12% 0.39% -
XYZ 9.84 10.24 13.26 -
YUV 90.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 87 90 99 0.12 0.09 0 0.61 225 0.06 0.36
Hex 57 5A 63 C 9 0 3D E1 6 24
Octal 127 132 143 14 11 0 75 341 6 44
Binary 1010111 1011010 1100011 1100 1001 0 111101 11100001 110 100100

Color Harmonies of #575A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A63

Black with #575A63

Text Example


Text Example

White with #575A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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