Html Css Color HEX #575F6C Shuttle Grey

📋 copy color: '#575F6C'

red 87 ◦ green 95 ◦ blue 108

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

Shades of Shuttle Grey #575F6C

Tints of Shuttle Grey #575F6C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 30%
G = 32.76%
B = 37.24%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#575F6C (or 0x575F6C) is known color: Shuttle Grey. HEX triplet: 57, 5F and 6C. RGB value is (87,95,108). Sum of RGB (Red+Green+Blue) = 87+95+108=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #575F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F6C is #A8A093. Grayscale: #5E5E5E. Windows color (decimal): -11051156 or 7102295. OLE color: 7102295.

HSL color Cylindrical-coordinate representation of color #575F6C: hue angle of 217.14º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575F6C is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 95 108 -
CMYK 0.19 0.12 0 0.58
HSL 217.14º 0.11% 0.38% -
HSV(B) 217.14º 0.19% 0.42% -
XYZ 10.73 11.29 15.8 -
YUV 94.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 87 95 108 0.19 0.12 0 0.58 217.14 0.11 0.38
Hex 57 5F 6C 13 C 0 3A D9 B 26
Octal 127 137 154 23 14 0 72 331 13 46
Binary 1010111 1011111 1101100 10011 1100 0 111010 11011001 1011 100110

Color Harmonies of #575F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F6C

Black with #575F6C

Text Example


Text Example

White with #575F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,108); }

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

background-color css

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

 a { background-color: rgb(87,95,108); }

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

border-color css

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

 span { border-color: rgb(87,95,108); }

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