Html Css Color HEX #566069 Shuttle Grey

📋 copy color: '#566069'

red 86 ◦ green 96 ◦ blue 105

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

Shades of Shuttle Grey #566069

Tints of Shuttle Grey #566069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 29.97%
G = 33.45%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#566069 (or 0x566069) is known color: Shuttle Grey. HEX triplet: 56, 60 and 69. RGB value is (86,96,105). Sum of RGB (Red+Green+Blue) = 86+96+105=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #566069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566069 is #A99F96. Grayscale: #5D5D5D. Windows color (decimal): -11116439 or 6905942. OLE color: 6905942.

HSL color Cylindrical-coordinate representation of color #566069: hue angle of 208.42º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #566069 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 96 105 -
CMYK 0.18 0.09 0 0.59
HSL 208.42º 0.1% 0.37% -
HSV(B) 208.42º 0.18% 0.41% -
XYZ 10.57 11.36 15 -
YUV 94.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 86 96 105 0.18 0.09 0 0.59 208.42 0.1 0.37
Hex 56 60 69 12 9 0 3B D0 A 25
Octal 126 140 151 22 11 0 73 320 12 45
Binary 1010110 1100000 1101001 10010 1001 0 111011 11010000 1010 100101

Color Harmonies of #566069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566069

Black with #566069

Text Example


Text Example

White with #566069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566069; }

 p { color: rgb(86,96,105); }

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

background-color css

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

 a { background-color: rgb(86,96,105); }

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

border-color css

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

 span { border-color: rgb(86,96,105); }

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