Html Css Color HEX #575963 Bright Grey

📋 copy color: '#575963'

red 87 ◦ green 89 ◦ blue 99

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

Shades of Bright Grey #575963

Tints of Bright Grey #575963

RGB

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

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

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

R = 31.64%
G = 32.36%
B = 36%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575963 (or 0x575963) is known color: Bright Grey. HEX triplet: 57, 59 and 63. RGB value is (87,89,99). Sum of RGB (Red+Green+Blue) = 87+89+99=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #575963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575963 is #A8A69C. Grayscale: #595959. Windows color (decimal): -11052701 or 6510935. OLE color: 6510935.

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

Color convert

RGB 87 89 99 -
CMYK 0.12 0.10 0 0.61
HSL 230º 0.06% 0.36% -
HSV(B) 230º 0.12% 0.39% -
XYZ 9.75 10.07 13.23 -
YUV 89.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 87 89 99 0.12 0.10 0 0.61 230 0.06 0.36
Hex 57 59 63 C A 0 3D E6 6 24
Octal 127 131 143 14 12 0 75 346 6 44
Binary 1010111 1011001 1100011 1100 1010 0 111101 11100110 110 100100

Color Harmonies of #575963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575963

Black with #575963

Text Example


Text Example

White with #575963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575963; }

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

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

background-color css

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

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

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

border-color css

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

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

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