#565C70

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

Shades of East Bay #565C70

Tints of East Bay #565C70

Color information

#565C70 (or 0x565C70) is unknown color: approx East Bay. HEX triplet: 56, 5C and 70. RGB value is (86,92,112). Sum of RGB (Red+Green+Blue) = 86+92+112=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #565C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C70 is #A9A38F. Grayscale: #5C5C5C. Windows color (decimal): -11117456 or 7363670. OLE color: 7363670.

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

Color convert

RGB8692112-
CMYK0.230.1800.56
HSL226.15º13.13%38.82%-
HSV(B)226.15º23.21%43.92%-
XYZ10.5910.816.86-
YUV92.49139.01123.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=29.66%
G=31.72%
B=38.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86921120.230.1800.56226.1513.1338.82
Hex565C701712038e2d27
Octal12613416027220703421547
Binary10101101011100111000010111100100111000111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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