Html Css Color HEX #566775 Shuttle Grey

📋 copy color: '#566775'

red 86 ◦ green 103 ◦ blue 117

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

Shades of Shuttle Grey #566775

Tints of Shuttle Grey #566775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 28.1%
G = 33.66%
B = 38.24%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566775 (or 0x566775) is known color: Shuttle Grey. HEX triplet: 56, 67 and 75. RGB value is (86,103,117). Sum of RGB (Red+Green+Blue) = 86+103+117=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #566775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566775 is #A9988A. Grayscale: #636363. Windows color (decimal): -11114635 or 7694166. OLE color: 7694166.

HSL color Cylindrical-coordinate representation of color #566775: hue angle of 207.1º 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 #566775 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 103 117 -
CMYK 0.26 0.12 0 0.54
HSL 207.1º 0.15% 0.4% -
HSV(B) 207.1º 0.26% 0.46% -
XYZ 11.9 12.96 18.7 -
YUV 99.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 86 103 117 0.26 0.12 0 0.54 207.1 0.15 0.4
Hex 56 67 75 1A C 0 36 CF F 28
Octal 126 147 165 32 14 0 66 317 17 50
Binary 1010110 1100111 1110101 11010 1100 0 110110 11001111 1111 101000

Color Harmonies of #566775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566775

Black with #566775

Text Example


Text Example

White with #566775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566775; }

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

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

background-color css

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

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

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

border-color css

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

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

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