#515190

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

Shades of Governor Bay #515190

Tints of Governor Bay #515190

Color information

#515190 (or 0x515190) is unknown color: approx Governor Bay. HEX triplet: 51, 51 and 90. RGB value is (81,81,144). Sum of RGB (Red+Green+Blue) = 81+81+144=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #515190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515190 is #AEAE6F. Grayscale: #575757. Windows color (decimal): -11447920 or 9458001. OLE color: 9458001.

HSL color Cylindrical-coordinate representation of color #515190: hue angle of 240º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #515190 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8181144-
CMYK0.440.4400.44
HSL240º28%44.12%-
HSV(B)240º43.75%56.47%-
XYZ11.379.6527.65-
YUV88.18159.5122.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=26.47%
G=26.47%
B=47.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81811440.440.4400.442402844.12
Hex5151902C2C02Cf01c2c
Octal12112122054540543603454
Binary101000110100011001000010110010110001011001111000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515190; }

 p { color: rgb(81,81,144); }

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

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

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

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

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

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

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