#515568

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

Shades of East Bay #515568

Tints of East Bay #515568

Color information

#515568 (or 0x515568) is unknown color: approx East Bay. HEX triplet: 51, 55 and 68. RGB value is (81,85,104). Sum of RGB (Red+Green+Blue) = 81+85+104=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #515568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515568 is #AEAA97. Grayscale: #555555. Windows color (decimal): -11446936 or 6837585. OLE color: 6837585.

HSL color Cylindrical-coordinate representation of color #515568: hue angle of 229.57º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515568 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8185104-
CMYK0.220.1800.59
HSL229.57º12.43%36.27%-
HSV(B)229.57º22.12%40.78%-
XYZ9.149.2514.4-
YUV85.97138.17124.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=30%
G=31.48%
B=38.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81851040.220.1800.59229.5712.4336.27
Hex515568161203Be6c24
Octal12112515026220733461444
Binary10100011010101110100010110100100111011111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515568; }

 p { color: rgb(81,85,104); }

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

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

 a { background-color: rgb(81,85,104); }

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

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

 span { border-color: rgb(81,85,104); }

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