#565D6D

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

Shades of Bright Grey #565D6D

Tints of Bright Grey #565D6D

Color information

#565D6D (or 0x565D6D) is unknown color: approx Bright Grey. HEX triplet: 56, 5D and 6D. RGB value is (86,93,109). Sum of RGB (Red+Green+Blue) = 86+93+109=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #565D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D6D is #A9A292. Grayscale: #5C5C5C. Windows color (decimal): -11117203 or 7167318. OLE color: 7167318.

HSL color Cylindrical-coordinate representation of color #565D6D: hue angle of 221.74º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565D6D is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8693109-
CMYK0.210.1500.57
HSL221.74º11.79%38.24%-
HSV(B)221.74º21.1%42.75%-
XYZ10.5110.9116.02-
YUV92.73137.18123.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=29.86%
G=32.29%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86931090.210.1500.57221.7411.7938.24
Hex565D6D15F039dec26
Octal12613515525170713361446
Binary1010110101110111011011010111110111001110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,93,109); }

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

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

 a { background-color: rgb(86,93,109); }

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

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

 span { border-color: rgb(86,93,109); }

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