#565B6D

Color #565B6D East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #565B6D

Tints of East Bay #565B6D

Color information

#565B6D (or 0x565B6D) is unknown color: approx East Bay. HEX triplet: 56, 5B and 6D. RGB value is (86,91,109). Sum of RGB (Red+Green+Blue) = 86+91+109=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #565B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B6D is #A9A492. Grayscale: #5B5B5B. Windows color (decimal): -11117715 or 7166806. OLE color: 7166806.

HSL color Cylindrical-coordinate representation of color #565B6D: hue angle of 226.96º 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 #565B6D is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8691109-
CMYK0.210.1700.57
HSL226.96º11.79%38.24%-
HSV(B)226.96º21.1%42.75%-
XYZ10.3410.5615.96-
YUV91.56137.84124.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=30.07%
G=31.82%
B=38.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86911090.210.1700.57226.9611.7938.24
Hex565B6D1511039e3c26
Octal12613315525210713431446
Binary10101101011011110110110101100010111001111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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