Html Css Color HEX #566270 Shuttle Grey

📋 copy color: '#566270'

red 86 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #566270

Tints of Shuttle Grey #566270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 29.05%
G = 33.11%
B = 37.84%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566270 (or 0x566270) is known color: Shuttle Grey. HEX triplet: 56, 62 and 70. RGB value is (86,98,112). Sum of RGB (Red+Green+Blue) = 86+98+112=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #566270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566270 is #A99D8F. Grayscale: #5F5F5F. Windows color (decimal): -11115920 or 7365206. OLE color: 7365206.

HSL color Cylindrical-coordinate representation of color #566270: hue angle of 212.31º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566270 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 98 112 -
CMYK 0.23 0.13 0 0.56
HSL 212.31º 0.13% 0.39% -
HSV(B) 212.31º 0.23% 0.44% -
XYZ 11.13 11.88 17.04 -
YUV 96.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 86 98 112 0.23 0.13 0 0.56 212.31 0.13 0.39
Hex 56 62 70 17 D 0 38 D4 D 27
Octal 126 142 160 27 15 0 70 324 15 47
Binary 1010110 1100010 1110000 10111 1101 0 111000 11010100 1101 100111

Color Harmonies of #566270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566270

Black with #566270

Text Example


Text Example

White with #566270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566270; }

 p { color: rgb(86,98,112); }

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

background-color css

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

 a { background-color: rgb(86,98,112); }

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

border-color css

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

 span { border-color: rgb(86,98,112); }

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