#51536E

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

Shades of East Bay #51536E

Tints of East Bay #51536E

Color information

#51536E (or 0x51536E) is unknown color: approx East Bay. HEX triplet: 51, 53 and 6E. RGB value is (81,83,110). Sum of RGB (Red+Green+Blue) = 81+83+110=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #51536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51536E is #AEAC91. Grayscale: #555555. Windows color (decimal): -11447442 or 7230289. OLE color: 7230289.

HSL color Cylindrical-coordinate representation of color #51536E: hue angle of 235.86º 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 #51536E is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8183110-
CMYK0.260.2500.57
HSL235.86º15.18%37.45%-
HSV(B)235.86º26.36%43.14%-
XYZ9.39.0616.01-
YUV85.48141.84124.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=29.56%
G=30.29%
B=40.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81831100.260.2500.57235.8615.1837.45
Hex51536E1A19039ecf25
Octal12112315632310713541745
Binary10100011010011110111011010110010111001111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51536E; }

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

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

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

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

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

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

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

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