Html Css Color HEX #575C63 Bright Grey

📋 copy color: '#575C63'

red 87 ◦ green 92 ◦ blue 99

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

Shades of Bright Grey #575C63

Tints of Bright Grey #575C63

RGB

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

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

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

R = 31.29%
G = 33.09%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575C63 (or 0x575C63) is known color: Bright Grey. HEX triplet: 57, 5C and 63. RGB value is (87,92,99). Sum of RGB (Red+Green+Blue) = 87+92+99=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #575C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C63 is #A8A39C. Grayscale: #5B5B5B. Windows color (decimal): -11051933 or 6511703. OLE color: 6511703.

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

Color convert

RGB 87 92 99 -
CMYK 0.12 0.07 0 0.61
HSL 215º 0.06% 0.36% -
HSV(B) 215º 0.12% 0.39% -
XYZ 10.01 10.58 13.32 -
YUV 91.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 87 92 99 0.12 0.07 0 0.61 215 0.06 0.36
Hex 57 5C 63 C 7 0 3D D7 6 24
Octal 127 134 143 14 7 0 75 327 6 44
Binary 1010111 1011100 1100011 1100 111 0 111101 11010111 110 100100

Color Harmonies of #575C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C63

Black with #575C63

Text Example


Text Example

White with #575C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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