#565C75

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

Shades of East Bay #565C75

Tints of East Bay #565C75

Color information

#565C75 (or 0x565C75) is unknown color: approx East Bay. HEX triplet: 56, 5C and 75. RGB value is (86,92,117). Sum of RGB (Red+Green+Blue) = 86+92+117=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #565C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C75 is #A9A38A. Grayscale: #5C5C5C. Windows color (decimal): -11117451 or 7691350. OLE color: 7691350.

HSL color Cylindrical-coordinate representation of color #565C75: hue angle of 228.39º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565C75 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8692117-
CMYK0.260.2100.54
HSL228.39º15.27%39.8%-
HSV(B)228.39º26.5%45.88%-
XYZ10.8810.9218.36-
YUV93.06141.51122.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=29.15%
G=31.19%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86921170.260.2100.54228.3915.2739.8
Hex565C751A15036e4f28
Octal12613416532250663441750
Binary10101101011100111010111010101010110110111001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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