Html Css Color HEX #566570 Shuttle Grey

📋 copy color: '#566570'

red 86 ◦ green 101 ◦ blue 112

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

Shades of Shuttle Grey #566570

Tints of Shuttle Grey #566570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

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

R = 28.76%
G = 33.78%
B = 37.46%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566570 (or 0x566570) is known color: Shuttle Grey. HEX triplet: 56, 65 and 70. RGB value is (86,101,112). Sum of RGB (Red+Green+Blue) = 86+101+112=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #566570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566570 is #A99A8F. Grayscale: #616161. Windows color (decimal): -11115152 or 7365974. OLE color: 7365974.

HSL color Cylindrical-coordinate representation of color #566570: hue angle of 205.38º 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 #566570 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 101 112 -
CMYK 0.23 0.10 0 0.56
HSL 205.38º 0.13% 0.39% -
HSV(B) 205.38º 0.23% 0.44% -
XYZ 11.42 12.46 17.13 -
YUV 97.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 86 101 112 0.23 0.10 0 0.56 205.38 0.13 0.39
Hex 56 65 70 17 A 0 38 CD D 27
Octal 126 145 160 27 12 0 70 315 15 47
Binary 1010110 1100101 1110000 10111 1010 0 111000 11001101 1101 100111

Color Harmonies of #566570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566570

Black with #566570

Text Example


Text Example

White with #566570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566570; }

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

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

background-color css

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

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

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

border-color css

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

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

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