#515995

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

Shades of Governor Bay #515995

Tints of Governor Bay #515995

Color information

#515995 (or 0x515995) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and 95. RGB value is (81,89,149). Sum of RGB (Red+Green+Blue) = 81+89+149=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #515995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515995 is #AEA66A. Grayscale: #5D5D5D. Windows color (decimal): -11445867 or 9787729. OLE color: 9787729.

HSL color Cylindrical-coordinate representation of color #515995: hue angle of 232.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515995 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8189149-
CMYK0.460.4000.42
HSL232.94º29.57%45.1%-
HSV(B)232.94º45.64%58.43%-
XYZ12.3911.0629.92-
YUV93.45159.35119.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=25.39%
G=27.90%
B=46.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81891490.460.4000.42232.9429.5745.1
Hex5159952E2802Ae91e2d
Octal12113122556500523513655
Binary101000110110011001010110111010100001010101110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515995; }

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

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

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

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

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

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

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

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