#565F6A

Color #565F6A Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #565F6A

Tints of Shuttle Grey #565F6A

Color information

#565F6A (or 0x565F6A) is unknown color: approx Shuttle Grey. HEX triplet: 56, 5F and 6A. RGB value is (86,95,106). Sum of RGB (Red+Green+Blue) = 86+95+106=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #565F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F6A is #A9A095. Grayscale: #5D5D5D. Windows color (decimal): -11116694 or 6971222. OLE color: 6971222.

HSL color Cylindrical-coordinate representation of color #565F6A: hue angle of 213º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565F6A is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8695106-
CMYK0.190.1000.58
HSL213º10.42%37.65%-
HSV(B)213º18.87%41.57%-
XYZ10.5311.215.24-
YUV93.56135.02122.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=29.97%
G=33.10%
B=36.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86951060.190.1000.5821310.4237.65
Hex565F6A13A03Ad5a26
Octal12613715223120723251246
Binary1010110101111111010101001110100111010110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565F6A; }

 p { color: rgb(86,95,106); }

 H1.HeaderClassName
 {
   color: #565F6A;
 }
 .AnyTagClassName
 {
   color: #565F6A;
 }
</style>
background-color css

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

 a { background-color: rgb(86,95,106); }

 div.DivClassName
 {
   background-color: #565F6A;
 }
 .BgClassName
 {
   background-color: #565F6A;
 }
</style>
border-color css

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

 span { border-color: rgb(86,95,106); }

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