Html Css Color HEX #515372 East Bay

📋 copy color: '#515372'

red 81 ◦ green 83 ◦ blue 114

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

Shades of East Bay #515372

Tints of East Bay #515372

RGB

 RED value IS 81 (32.03% from 255) = 29.14%

 GREEN value IS 83 (32.81% from 255) = 29.86%

 BLUE value IS 114 (44.92% from 255) = 41.01%

R = 29.14%
G = 29.86%
B = 41.01%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515372 (or 0x515372) is known color: East Bay. HEX triplet: 51, 53 and 72. RGB value is (81,83,114). Sum of RGB (Red+Green+Blue) = 81+83+114=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #515372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515372 is #AEAC8D. Grayscale: #555555. Windows color (decimal): -11447438 or 7492433. OLE color: 7492433.

HSL color Cylindrical-coordinate representation of color #515372: hue angle of 236.36º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515372 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 83 114 -
CMYK 0.29 0.27 0 0.55
HSL 236.36º 0.17% 0.38% -
HSV(B) 236.36º 0.29% 0.45% -
XYZ 9.52 9.15 17.18 -
YUV 85.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 81 83 114 0.29 0.27 0 0.55 236.36 0.17 0.38
Hex 51 53 72 1D 1B 0 37 EC 11 26
Octal 121 123 162 35 33 0 67 354 21 46
Binary 1010001 1010011 1110010 11101 11011 0 110111 11101100 10001 100110

Color Harmonies of #515372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515372

Black with #515372

Text Example


Text Example

White with #515372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515372; }

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

 H1.HeaderClassName
 {
   color: #515372;
 }
 .AnyTagClassName
 {
   color: #515372;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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