#515990

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

Shades of Governor Bay #515990

Tints of Governor Bay #515990

Color information

#515990 (or 0x515990) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and 90. RGB value is (81,89,144). Sum of RGB (Red+Green+Blue) = 81+89+144=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #515990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515990 is #AEA66F. Grayscale: #5C5C5C. Windows color (decimal): -11445872 or 9460049. OLE color: 9460049.

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

Color convert

RGB8189144-
CMYK0.440.3800.44
HSL232.38º28%44.12%-
HSV(B)232.38º43.75%56.47%-
XYZ1210.9127.86-
YUV92.88156.85119.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=25.80%
G=28.34%
B=45.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81891440.440.3800.44232.382844.12
Hex5159902C2602Ce81c2c
Octal12113122054460543503454
Binary101000110110011001000010110010011001011001110100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515990; }

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

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

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

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

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

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

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

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