#514C92

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

Shades of Governor Bay #514C92

Tints of Governor Bay #514C92

Color information

#514C92 (or 0x514C92) is unknown color: approx Governor Bay. HEX triplet: 51, 4C and 92. RGB value is (81,76,146). Sum of RGB (Red+Green+Blue) = 81+76+146=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #514C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C92 is #AEB36D. Grayscale: #555555. Windows color (decimal): -11449198 or 9587793. OLE color: 9587793.

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

Color convert

RGB8176146-
CMYK0.450.4800.43
HSL244.29º31.53%43.53%-
HSV(B)244.29º47.95%57.25%-
XYZ11.178.9928.34-
YUV85.48162.16124.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=26.73%
G=25.08%
B=48.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81761460.450.4800.43244.2931.5343.53
Hex514C922D3002Bf4202c
Octal12111422255600533644054
Binary1010001100110010010010101101110000010101111110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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