#56626C

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

Shades of Shuttle Grey #56626C

Tints of Shuttle Grey #56626C

Color information

#56626C (or 0x56626C) is unknown color: approx Shuttle Grey. HEX triplet: 56, 62 and 6C. RGB value is (86,98,108). Sum of RGB (Red+Green+Blue) = 86+98+108=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #56626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56626C is #A99D93. Grayscale: #5F5F5F. Windows color (decimal): -11115924 or 7103062. OLE color: 7103062.

HSL color Cylindrical-coordinate representation of color #56626C: hue angle of 207.27º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56626C is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8698108-
CMYK0.200.0900.58
HSL207.27º11.34%38.04%-
HSV(B)207.27º20.37%42.35%-
XYZ10.9111.815.89-
YUV95.55135.02121.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=29.45%
G=33.56%
B=36.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86981080.200.0900.58207.2711.3438.04
Hex56626C14903Acfb26
Octal12614215424110723171346
Binary1010110110001011011001010010010111010110011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56626C; }

 p { color: rgb(86,98,108); }

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

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

 a { background-color: rgb(86,98,108); }

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

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

 span { border-color: rgb(86,98,108); }

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