Html Css Color HEX #51596C East Bay

📋 copy color: '#51596C'

red 81 ◦ green 89 ◦ blue 108

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

Shades of East Bay #51596C

Tints of East Bay #51596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 29.14%
G = 32.01%
B = 38.85%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51596C (or 0x51596C) is known color: East Bay. HEX triplet: 51, 59 and 6C. RGB value is (81,89,108). Sum of RGB (Red+Green+Blue) = 81+89+108=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #51596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51596C is #AEA693. Grayscale: #585858. Windows color (decimal): -11445908 or 7100753. OLE color: 7100753.

HSL color Cylindrical-coordinate representation of color #51596C: hue angle of 222.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51596C is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 89 108 -
CMYK 0.25 0.18 0 0.58
HSL 222.22º 0.14% 0.37% -
HSV(B) 222.22º 0.25% 0.42% -
XYZ 9.67 9.98 15.6 -
YUV 88.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 81 89 108 0.25 0.18 0 0.58 222.22 0.14 0.37
Hex 51 59 6C 19 12 0 3A DE E 25
Octal 121 131 154 31 22 0 72 336 16 45
Binary 1010001 1011001 1101100 11001 10010 0 111010 11011110 1110 100101

Color Harmonies of #51596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51596C

Black with #51596C

Text Example


Text Example

White with #51596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51596C; }

 p { color: rgb(81,89,108); }

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

background-color css

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

 a { background-color: rgb(81,89,108); }

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

border-color css

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

 span { border-color: rgb(81,89,108); }

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