#515991

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

Shades of Governor Bay #515991

Tints of Governor Bay #515991

Color information

#515991 (or 0x515991) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and 91. RGB value is (81,89,145). Sum of RGB (Red+Green+Blue) = 81+89+145=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #515991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515991 is #AEA66E. Grayscale: #5C5C5C. Windows color (decimal): -11445871 or 9525585. OLE color: 9525585.

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

Color convert

RGB8189145-
CMYK0.440.3900.43
HSL232.5º28.32%44.31%-
HSV(B)232.5º44.14%56.86%-
XYZ12.0810.9428.26-
YUV92.99157.35119.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=25.71%
G=28.25%
B=46.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81891450.440.3900.43232.528.3244.31
Hex5159912C2702Be81c2c
Octal12113122154470533503454
Binary101000110110011001000110110010011101010111110100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515991; }

 p { color: rgb(81,89,145); }

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

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

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

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

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

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

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