#515986

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

Shades of Governor Bay #515986

Tints of Governor Bay #515986

Color information

#515986 (or 0x515986) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and 86. RGB value is (81,89,134). Sum of RGB (Red+Green+Blue) = 81+89+134=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #515986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515986 is #AEA679. Grayscale: #5B5B5B. Windows color (decimal): -11445882 or 8804689. OLE color: 8804689.

HSL color Cylindrical-coordinate representation of color #515986: hue angle of 230.94º 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 #515986 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8189134-
CMYK0.400.3400.47
HSL230.94º24.65%42.16%-
HSV(B)230.94º39.55%52.55%-
XYZ11.2710.6224.01-
YUV91.74151.85120.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=26.64%
G=29.28%
B=44.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81891340.400.3400.47230.9424.6542.16
Hex515986282202Fe7192a
Octal12113120650420573473152
Binary101000110110011000011010100010001001011111110011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515986; }

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

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

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

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

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

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

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

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