#515590

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

Shades of Governor Bay #515590

Tints of Governor Bay #515590

Color information

#515590 (or 0x515590) is unknown color: approx Governor Bay. HEX triplet: 51, 55 and 90. RGB value is (81,85,144). Sum of RGB (Red+Green+Blue) = 81+85+144=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #515590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515590 is #AEAA6F. Grayscale: #5A5A5A. Windows color (decimal): -11446896 or 9459025. OLE color: 9459025.

HSL color Cylindrical-coordinate representation of color #515590: hue angle of 236.19º 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 #515590 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8185144-
CMYK0.440.4100.44
HSL236.19º28%44.12%-
HSV(B)236.19º43.75%56.47%-
XYZ11.6810.2627.75-
YUV90.53158.17121.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=26.13%
G=27.42%
B=46.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81851440.440.4100.44236.192844.12
Hex5155902C2902Cec1c2c
Octal12112522054510543543454
Binary101000110101011001000010110010100101011001110110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515590; }

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

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

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

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

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

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

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

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