Html Css Color HEX #515869 East Bay

📋 copy color: '#515869'

red 81 ◦ green 88 ◦ blue 105

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

Shades of East Bay #515869

Tints of East Bay #515869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 29.56%
G = 32.12%
B = 38.32%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515869 (or 0x515869) is known color: East Bay. HEX triplet: 51, 58 and 69. RGB value is (81,88,105). Sum of RGB (Red+Green+Blue) = 81+88+105=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #515869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515869 is #AEA796. Grayscale: #575757. Windows color (decimal): -11446167 or 6903889. OLE color: 6903889.

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

Color convert

RGB 81 88 105 -
CMYK 0.23 0.16 0 0.59
HSL 222.5º 0.13% 0.36% -
HSV(B) 222.5º 0.23% 0.41% -
XYZ 9.43 9.75 14.75 -
YUV 87.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 81 88 105 0.23 0.16 0 0.59 222.5 0.13 0.36
Hex 51 58 69 17 10 0 3B DE D 24
Octal 121 130 151 27 20 0 73 336 15 44
Binary 1010001 1011000 1101001 10111 10000 0 111011 11011110 1101 100100

Color Harmonies of #515869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515869

Black with #515869

Text Example


Text Example

White with #515869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515869; }

 p { color: rgb(81,88,105); }

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

background-color css

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

 a { background-color: rgb(81,88,105); }

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

border-color css

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

 span { border-color: rgb(81,88,105); }

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