#565B62

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

Shades of Bright Grey #565B62

Tints of Bright Grey #565B62

Color information

#565B62 (or 0x565B62) is unknown color: approx Bright Grey. HEX triplet: 56, 5B and 62. RGB value is (86,91,98). Sum of RGB (Red+Green+Blue) = 86+91+98=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #565B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B62 is #A9A49D. Grayscale: #5A5A5A. Windows color (decimal): -11117726 or 6445910. OLE color: 6445910.

HSL color Cylindrical-coordinate representation of color #565B62: hue angle of 215º 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 #565B62 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB869198-
CMYK0.120.0700.62
HSL215º6.52%36.08%-
HSV(B)215º12.24%38.43%-
XYZ9.7810.3413.04-
YUV90.3132.34124.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=31.27%
G=33.09%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8691980.120.0700.622156.5236.08
Hex565B62C703Ed7724
Octal126133142147076327744
Binary1010110101101111000101100111011111011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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