#51586A

Color #51586A East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #51586A

Tints of East Bay #51586A

Color information

#51586A (or 0x51586A) is unknown color: approx East Bay. HEX triplet: 51, 58 and 6A. RGB value is (81,88,106). Sum of RGB (Red+Green+Blue) = 81+88+106=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #51586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51586A is #AEA795. Grayscale: #575757. Windows color (decimal): -11446166 or 6969425. OLE color: 6969425.

HSL color Cylindrical-coordinate representation of color #51586A: hue angle of 223.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51586A is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8188106-
CMYK0.240.1700.58
HSL223.2º13.37%36.67%-
HSV(B)223.2º23.58%41.57%-
XYZ9.489.7715.02-
YUV87.96138.18123.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=29.45%
G=32%
B=38.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81881060.240.1700.58223.213.3736.67
Hex51586A181103Adfd25
Octal12113015230210723371545
Binary10100011011000110101011000100010111010110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51586A; }

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

 H1.HeaderClassName
 {
   color: #51586A;
 }
 .AnyTagClassName
 {
   color: #51586A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51586A;
 }
 .BgClassName
 {
   background-color: #51586A;
 }
</style>
border-color css

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

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

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