#514E92

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

Shades of Governor Bay #514E92

Tints of Governor Bay #514E92

Color information

#514E92 (or 0x514E92) is unknown color: approx Governor Bay. HEX triplet: 51, 4E and 92. RGB value is (81,78,146). Sum of RGB (Red+Green+Blue) = 81+78+146=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #514E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514E92 is #AEB16D. Grayscale: #565656. Windows color (decimal): -11448686 or 9588305. OLE color: 9588305.

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

Color convert

RGB8178146-
CMYK0.450.4700.43
HSL242.65º30.36%43.92%-
HSV(B)242.65º46.58%57.25%-
XYZ11.319.2728.39-
YUV86.65161.49123.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=26.56%
G=25.57%
B=47.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81781460.450.4700.43242.6530.3643.92
Hex514E922D2F02Bf31e2c
Octal12111622255570533633654
Binary101000110011101001001010110110111101010111111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E92; }

 p { color: rgb(81,78,146); }

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

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

 a { background-color: rgb(81,78,146); }

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

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

 span { border-color: rgb(81,78,146); }

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