#515370

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

Shades of East Bay #515370

Tints of East Bay #515370

Color information

#515370 (or 0x515370) is unknown color: approx East Bay. HEX triplet: 51, 53 and 70. RGB value is (81,83,112). Sum of RGB (Red+Green+Blue) = 81+83+112=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #515370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515370 is #AEAC8F. Grayscale: #555555. Windows color (decimal): -11447440 or 7361361. OLE color: 7361361.

HSL color Cylindrical-coordinate representation of color #515370: hue angle of 236.13º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515370 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8183112-
CMYK0.280.2600.56
HSL236.13º16.06%37.84%-
HSV(B)236.13º27.68%43.92%-
XYZ9.419.1116.59-
YUV85.71142.84124.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=29.35%
G=30.07%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81831120.280.2600.56236.1316.0637.84
Hex5153701C1A038ec1026
Octal12112316034320703542046
Binary101000110100111110000111001101001110001110110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515370; }

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

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

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

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

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

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

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

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