Html Css Color HEX #566068 Shuttle Grey

📋 copy color: '#566068'

red 86 ◦ green 96 ◦ blue 104

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

Shades of Shuttle Grey #566068

Tints of Shuttle Grey #566068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 30.07%
G = 33.57%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#566068 (or 0x566068) is known color: Shuttle Grey. HEX triplet: 56, 60 and 68. RGB value is (86,96,104). Sum of RGB (Red+Green+Blue) = 86+96+104=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #566068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566068 is #A99F97. Grayscale: #5D5D5D. Windows color (decimal): -11116440 or 6840406. OLE color: 6840406.

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

Color convert

RGB 86 96 104 -
CMYK 0.17 0.08 0 0.59
HSL 206.67º 0.09% 0.37% -
HSV(B) 206.67º 0.17% 0.41% -
XYZ 10.52 11.34 14.73 -
YUV 93.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 86 96 104 0.17 0.08 0 0.59 206.67 0.09 0.37
Hex 56 60 68 11 8 0 3B CF 9 25
Octal 126 140 150 21 10 0 73 317 11 45
Binary 1010110 1100000 1101000 10001 1000 0 111011 11001111 1001 100101

Color Harmonies of #566068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566068

Black with #566068

Text Example


Text Example

White with #566068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566068; }

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

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

background-color css

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

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

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

border-color css

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

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

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