#565868

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

Shades of Bright Grey #565868

Tints of Bright Grey #565868

Color information

#565868 (or 0x565868) is unknown color: approx Bright Grey. HEX triplet: 56, 58 and 68. RGB value is (86,88,104). Sum of RGB (Red+Green+Blue) = 86+88+104=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #565868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565868 is #A9A797. Grayscale: #595959. Windows color (decimal): -11118488 or 6838358. OLE color: 6838358.

HSL color Cylindrical-coordinate representation of color #565868: hue angle of 233.33º 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 #565868 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8688104-
CMYK0.170.1500.59
HSL233.33º9.47%37.25%-
HSV(B)233.33º17.31%40.78%-
XYZ9.839.9614.5-
YUV89.23136.34125.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=30.94%
G=31.65%
B=37.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86881040.170.1500.59233.339.4737.25
Hex56586811F03Be9925
Octal12613015021170733511145
Binary1010110101100011010001000111110111011111010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565868; }

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

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

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

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

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

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

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

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