Html Css Color HEX #515669 East Bay

📋 copy color: '#515669'

red 81 ◦ green 86 ◦ blue 105

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

Shades of East Bay #515669

Tints of East Bay #515669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 29.78%
G = 31.62%
B = 38.6%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515669 (or 0x515669) is known color: East Bay. HEX triplet: 51, 56 and 69. RGB value is (81,86,105). Sum of RGB (Red+Green+Blue) = 81+86+105=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #515669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515669 is #AEA996. Grayscale: #565656. Windows color (decimal): -11446679 or 6903377. OLE color: 6903377.

HSL color Cylindrical-coordinate representation of color #515669: hue angle of 227.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 #515669 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 86 105 -
CMYK 0.23 0.18 0 0.59
HSL 227.5º 0.13% 0.36% -
HSV(B) 227.5º 0.23% 0.41% -
XYZ 9.27 9.42 14.7 -
YUV 86.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 81 86 105 0.23 0.18 0 0.59 227.5 0.13 0.36
Hex 51 56 69 17 12 0 3B E4 D 24
Octal 121 126 151 27 22 0 73 344 15 44
Binary 1010001 1010110 1101001 10111 10010 0 111011 11100100 1101 100100

Color Harmonies of #515669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515669

Black with #515669

Text Example


Text Example

White with #515669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515669; }

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

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

background-color css

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

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

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

border-color css

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

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

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