Html Css Color HEX #515370 East Bay

📋 copy color: '#515370'

red 81 ◦ green 83 ◦ blue 112

#515370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #515370

Tints of East Bay #515370

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 value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515370 (or 0x515370) is known color: 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

RGB 81 83 112 -
CMYK 0.28 0.26 0 0.56
HSL 236.13º 0.16% 0.38% -
HSV(B) 236.13º 0.28% 0.44% -
XYZ 9.41 9.11 16.59 -
YUV 85.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 81 83 112 0.28 0.26 0 0.56 236.13 0.16 0.38
Hex 51 53 70 1C 1A 0 38 EC 10 26
Octal 121 123 160 34 32 0 70 354 20 46
Binary 1010001 1010011 1110000 11100 11010 0 111000 11101100 10000 100110

Color Harmonies of #515370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515370

Black with #515370

Text Example


Text Example

White with #515370

Text Example


Text Example

HTML Codes & Css Web 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>