Html Css Color HEX #515A6E East Bay

📋 copy color: '#515A6E'

red 81 ◦ green 90 ◦ blue 110

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

Shades of East Bay #515A6E

Tints of East Bay #515A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 28.83%
G = 32.03%
B = 39.15%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#515A6E (or 0x515A6E) is known color: East Bay. HEX triplet: 51, 5A and 6E. RGB value is (81,90,110). Sum of RGB (Red+Green+Blue) = 81+90+110=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #515A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A6E is #AEA591. Grayscale: #595959. Windows color (decimal): -11445650 or 7232081. OLE color: 7232081.

HSL color Cylindrical-coordinate representation of color #515A6E: hue angle of 221.38º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515A6E is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 90 110 -
CMYK 0.26 0.18 0 0.57
HSL 221.38º 0.15% 0.37% -
HSV(B) 221.38º 0.26% 0.43% -
XYZ 9.86 10.19 16.2 -
YUV 89.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 81 90 110 0.26 0.18 0 0.57 221.38 0.15 0.37
Hex 51 5A 6E 1A 12 0 39 DD F 25
Octal 121 132 156 32 22 0 71 335 17 45
Binary 1010001 1011010 1101110 11010 10010 0 111001 11011101 1111 100101

Color Harmonies of #515A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A6E

Black with #515A6E

Text Example


Text Example

White with #515A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515A6E; }

 p { color: rgb(81,90,110); }

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

background-color css

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

 a { background-color: rgb(81,90,110); }

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

border-color css

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

 span { border-color: rgb(81,90,110); }

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