#515094

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

Shades of Governor Bay #515094

Tints of Governor Bay #515094

Color information

#515094 (or 0x515094) is unknown color: approx Governor Bay. HEX triplet: 51, 50 and 94. RGB value is (81,80,148). Sum of RGB (Red+Green+Blue) = 81+80+148=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #515094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515094 is #AEAF6B. Grayscale: #575757. Windows color (decimal): -11448172 or 9719889. OLE color: 9719889.

HSL color Cylindrical-coordinate representation of color #515094: hue angle of 240.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515094 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8180148-
CMYK0.450.4600.42
HSL240.88º29.82%44.71%-
HSV(B)240.88º45.95%58.04%-
XYZ11.619.6229.26-
YUV88.05161.83122.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=26.21%
G=25.89%
B=47.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81801480.450.4600.42240.8829.8244.71
Hex5150942D2E02Af11e2d
Octal12112022455560523613655
Binary101000110100001001010010110110111001010101111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515094; }

 p { color: rgb(81,80,148); }

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

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

 a { background-color: rgb(81,80,148); }

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

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

 span { border-color: rgb(81,80,148); }

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