#565B6A

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

Shades of Bright Grey #565B6A

Tints of Bright Grey #565B6A

Color information

#565B6A (or 0x565B6A) is unknown color: approx Bright Grey. HEX triplet: 56, 5B and 6A. RGB value is (86,91,106). Sum of RGB (Red+Green+Blue) = 86+91+106=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #565B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B6A is #A9A495. Grayscale: #5B5B5B. Windows color (decimal): -11117718 or 6970198. OLE color: 6970198.

HSL color Cylindrical-coordinate representation of color #565B6A: hue angle of 225º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565B6A is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8691106-
CMYK0.190.1400.58
HSL225º10.42%37.65%-
HSV(B)225º18.87%41.57%-
XYZ10.1810.515.13-
YUV91.22136.34124.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=30.39%
G=32.16%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86911060.190.1400.5822510.4237.65
Hex565B6A13E03Ae1a26
Octal12613315223160723411246
Binary1010110101101111010101001111100111010111000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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