#514C93

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

Shades of Governor Bay #514C93

Tints of Governor Bay #514C93

Color information

#514C93 (or 0x514C93) is unknown color: approx Governor Bay. HEX triplet: 51, 4C and 93. RGB value is (81,76,147). Sum of RGB (Red+Green+Blue) = 81+76+147=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #514C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C93 is #AEB36C. Grayscale: #555555. Windows color (decimal): -11449197 or 9653329. OLE color: 9653329.

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

Color convert

RGB8176147-
CMYK0.450.4800.42
HSL244.23º31.84%43.73%-
HSV(B)244.23º48.3%57.65%-
XYZ11.249.0228.75-
YUV85.59162.66124.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=26.64%
G=25%
B=48.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81761470.450.4800.42244.2331.8443.73
Hex514C932D3002Af4202c
Octal12111422355600523644054
Binary1010001100110010010011101101110000010101011110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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