#515A86

Color #515A86 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #515A86

Tints of Governor Bay #515A86

Color information

#515A86 (or 0x515A86) is unknown color: approx Governor Bay. HEX triplet: 51, 5A and 86. RGB value is (81,90,134). Sum of RGB (Red+Green+Blue) = 81+90+134=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #515A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A86 is #AEA579. Grayscale: #5C5C5C. Windows color (decimal): -11445626 or 8804945. OLE color: 8804945.

HSL color Cylindrical-coordinate representation of color #515A86: hue angle of 229.81º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515A86 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8190134-
CMYK0.400.3300.47
HSL229.81º24.65%42.16%-
HSV(B)229.81º39.55%52.55%-
XYZ11.3510.7824.04-
YUV92.32151.52119.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=26.56%
G=29.51%
B=43.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81901340.400.3300.47229.8124.6542.16
Hex515A86282102Fe6192a
Octal12113220650410573463152
Binary101000110110101000011010100010000101011111110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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