#565862

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

Shades of Bright Grey #565862

Tints of Bright Grey #565862

Color information

#565862 (or 0x565862) is unknown color: approx Bright Grey. HEX triplet: 56, 58 and 62. RGB value is (86,88,98). Sum of RGB (Red+Green+Blue) = 86+88+98=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #565862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565862 is #A9A79D. Grayscale: #585858. Windows color (decimal): -11118494 or 6445142. OLE color: 6445142.

HSL color Cylindrical-coordinate representation of color #565862: hue angle of 230º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565862 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868898-
CMYK0.120.1000.62
HSL230º6.52%36.08%-
HSV(B)230º12.24%38.43%-
XYZ9.539.8412.95-
YUV88.54133.34126.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=31.62%
G=32.35%
B=36.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8688980.120.1000.622306.5236.08
Hex565862CA03Ee6724
Octal1261301421412076346744
Binary10101101011000110001011001010011111011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565862; }

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

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

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

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

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

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

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

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