#565E69

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

Shades of Bright Grey #565E69

Tints of Bright Grey #565E69

Color information

#565E69 (or 0x565E69) is unknown color: approx Bright Grey. HEX triplet: 56, 5E and 69. RGB value is (86,94,105). Sum of RGB (Red+Green+Blue) = 86+94+105=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #565E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E69 is #A9A196. Grayscale: #5C5C5C. Windows color (decimal): -11116951 or 6905430. OLE color: 6905430.

HSL color Cylindrical-coordinate representation of color #565E69: hue angle of 214.74º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565E69 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8694105-
CMYK0.180.1000.59
HSL214.74º9.95%37.45%-
HSV(B)214.74º18.1%41.18%-
XYZ10.391114.94-
YUV92.86134.85123.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=30.18%
G=32.98%
B=36.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86941050.180.1000.59214.749.9537.45
Hex565E6912A03Bd7a25
Octal12613615122120733271245
Binary1010110101111011010011001010100111011110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,94,105); }

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

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

 a { background-color: rgb(86,94,105); }

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

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

 span { border-color: rgb(86,94,105); }

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