#515386

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

Shades of Governor Bay #515386

Tints of Governor Bay #515386

Color information

#515386 (or 0x515386) is unknown color: approx Governor Bay. HEX triplet: 51, 53 and 86. RGB value is (81,83,134). Sum of RGB (Red+Green+Blue) = 81+83+134=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #515386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515386 is #AEAC79. Grayscale: #585858. Windows color (decimal): -11447418 or 8803153. OLE color: 8803153.

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

Color convert

RGB8183134-
CMYK0.400.3800.47
HSL237.74º24.65%42.16%-
HSV(B)237.74º39.55%52.55%-
XYZ10.799.6623.85-
YUV88.22153.84122.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=27.18%
G=27.85%
B=44.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81831340.400.3800.47237.7424.6542.16
Hex515386282602Fee192a
Octal12112320650460573563152
Binary101000110100111000011010100010011001011111110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515386; }

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

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

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

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

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

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

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

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