#515890

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

Shades of Governor Bay #515890

Tints of Governor Bay #515890

Color information

#515890 (or 0x515890) is unknown color: approx Governor Bay. HEX triplet: 51, 58 and 90. RGB value is (81,88,144). Sum of RGB (Red+Green+Blue) = 81+88+144=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #515890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515890 is #AEA76F. Grayscale: #5C5C5C. Windows color (decimal): -11446128 or 9459793. OLE color: 9459793.

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

Color convert

RGB8188144-
CMYK0.440.3900.44
HSL233.33º28%44.12%-
HSV(B)233.33º43.75%56.47%-
XYZ11.9210.7427.83-
YUV92.29157.18119.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=25.88%
G=28.12%
B=46.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81881440.440.3900.44233.332844.12
Hex5158902C2702Ce91c2c
Octal12113022054470543513454
Binary101000110110001001000010110010011101011001110100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515890; }

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

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

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

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

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

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

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

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