Html Css Color HEX #566475 Shuttle Grey

📋 copy color: '#566475'

red 86 ◦ green 100 ◦ blue 117

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

Shades of Shuttle Grey #566475

Tints of Shuttle Grey #566475

RGB

 RED value IS 86 (33.98% from 255) = 28.38%

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 28.38%
G = 33%
B = 38.61%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566475 (or 0x566475) is known color: Shuttle Grey. HEX triplet: 56, 64 and 75. RGB value is (86,100,117). Sum of RGB (Red+Green+Blue) = 86+100+117=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #566475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566475 is #A99B8A. Grayscale: #616161. Windows color (decimal): -11115403 or 7693398. OLE color: 7693398.

HSL color Cylindrical-coordinate representation of color #566475: hue angle of 212.9º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566475 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 100 117 -
CMYK 0.26 0.15 0 0.54
HSL 212.9º 0.15% 0.4% -
HSV(B) 212.9º 0.26% 0.46% -
XYZ 11.61 12.38 18.61 -
YUV 97.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 86 100 117 0.26 0.15 0 0.54 212.9 0.15 0.4
Hex 56 64 75 1A F 0 36 D5 F 28
Octal 126 144 165 32 17 0 66 325 17 50
Binary 1010110 1100100 1110101 11010 1111 0 110110 11010101 1111 101000

Color Harmonies of #566475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566475

Black with #566475

Text Example


Text Example

White with #566475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566475; }

 p { color: rgb(86,100,117); }

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

background-color css

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

 a { background-color: rgb(86,100,117); }

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

border-color css

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

 span { border-color: rgb(86,100,117); }

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