#515366

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

Shades of East Bay #515366

Tints of East Bay #515366

Color information

#515366 (or 0x515366) is unknown color: approx East Bay. HEX triplet: 51, 53 and 66. RGB value is (81,83,102). Sum of RGB (Red+Green+Blue) = 81+83+102=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #515366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515366 is #AEAC99. Grayscale: #545454. Windows color (decimal): -11447450 or 6706001. OLE color: 6706001.

HSL color Cylindrical-coordinate representation of color #515366: hue angle of 234.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515366 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8183102-
CMYK0.210.1900.6
HSL234.29º11.48%35.88%-
HSV(B)234.29º20.59%40%-
XYZ8.888.913.82-
YUV84.57137.84125.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=30.45%
G=31.20%
B=38.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81831020.210.1900.6234.2911.4835.88
Hex515366151303Ceab24
Octal12112314625230743521344
Binary10100011010011110011010101100110111100111010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515366; }

 p { color: rgb(81,83,102); }

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

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

 a { background-color: rgb(81,83,102); }

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

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

 span { border-color: rgb(81,83,102); }

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