Html Css Color HEX #575D63 Shuttle Grey

📋 copy color: '#575D63'

red 87 ◦ green 93 ◦ blue 99

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

Shades of Shuttle Grey #575D63

Tints of Shuttle Grey #575D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

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

R = 31.18%
G = 33.33%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575D63 (or 0x575D63) is known color: Shuttle Grey. HEX triplet: 57, 5D and 63. RGB value is (87,93,99). Sum of RGB (Red+Green+Blue) = 87+93+99=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #575D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D63 is #A8A29C. Grayscale: #5B5B5B. Windows color (decimal): -11051677 or 6511959. OLE color: 6511959.

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

Color convert

RGB 87 93 99 -
CMYK 0.12 0.06 0 0.61
HSL 210º 0.06% 0.36% -
HSV(B) 210º 0.12% 0.39% -
XYZ 10.1 10.76 13.35 -
YUV 91.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 87 93 99 0.12 0.06 0 0.61 210 0.06 0.36
Hex 57 5D 63 C 6 0 3D D2 6 24
Octal 127 135 143 14 6 0 75 322 6 44
Binary 1010111 1011101 1100011 1100 110 0 111101 11010010 110 100100

Color Harmonies of #575D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D63

Black with #575D63

Text Example


Text Example

White with #575D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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