#515A92

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

Shades of Governor Bay #515A92

Tints of Governor Bay #515A92

Color information

#515A92 (or 0x515A92) is unknown color: approx Governor Bay. HEX triplet: 51, 5A and 92. RGB value is (81,90,146). Sum of RGB (Red+Green+Blue) = 81+90+146=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #515A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A92 is #AEA56D. Grayscale: #5D5D5D. Windows color (decimal): -11445614 or 9591377. OLE color: 9591377.

HSL color Cylindrical-coordinate representation of color #515A92: hue angle of 231.69º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #515A92 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8190146-
CMYK0.450.3800.43
HSL231.69º28.63%44.51%-
HSV(B)231.69º44.52%57.25%-
XYZ12.2411.1428.7-
YUV93.69157.52118.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=25.55%
G=28.39%
B=46.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81901460.450.3800.43231.6928.6344.51
Hex515A922D2602Be81d2d
Octal12113222255460533503555
Binary101000110110101001001010110110011001010111110100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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