#565B71

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

Shades of East Bay #565B71

Tints of East Bay #565B71

Color information

#565B71 (or 0x565B71) is unknown color: approx East Bay. HEX triplet: 56, 5B and 71. RGB value is (86,91,113). Sum of RGB (Red+Green+Blue) = 86+91+113=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #565B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B71 is #A9A48E. Grayscale: #5B5B5B. Windows color (decimal): -11117711 or 7428950. OLE color: 7428950.

HSL color Cylindrical-coordinate representation of color #565B71: hue angle of 228.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #565B71 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8691113-
CMYK0.240.1900.56
HSL228.89º13.57%39.02%-
HSV(B)228.89º23.89%44.31%-
XYZ10.5610.6517.12-
YUV92.01139.84123.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=29.66%
G=31.38%
B=38.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86911130.240.1900.56228.8913.5739.02
Hex565B711813038e5e27
Octal12613316130230703451647
Binary10101101011011111000111000100110111000111001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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