#565C63

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

Shades of Bright Grey #565C63

Tints of Bright Grey #565C63

Color information

#565C63 (or 0x565C63) is unknown color: approx Bright Grey. HEX triplet: 56, 5C and 63. RGB value is (86,92,99). Sum of RGB (Red+Green+Blue) = 86+92+99=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #565C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C63 is #A9A39C. Grayscale: #5A5A5A. Windows color (decimal): -11117469 or 6511702. OLE color: 6511702.

HSL color Cylindrical-coordinate representation of color #565C63: hue angle of 212.31º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #565C63 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB869299-
CMYK0.130.0700.61
HSL212.31º7.03%36.27%-
HSV(B)212.31º13.13%38.82%-
XYZ9.9210.5313.31-
YUV91132.51124.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=31.05%
G=33.21%
B=35.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8692990.130.0700.61212.317.0336.27
Hex565C63D703Dd4724
Octal126134143157075324744
Binary1010110101110011000111101111011110111010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,92,99); }

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

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

 a { background-color: rgb(86,92,99); }

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

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

 span { border-color: rgb(86,92,99); }

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