#514EA3

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

Shades of Governor Bay #514EA3

Tints of Governor Bay #514EA3

Color information

#514EA3 (or 0x514EA3) is unknown color: approx Governor Bay. HEX triplet: 51, 4E and A3. RGB value is (81,78,163). Sum of RGB (Red+Green+Blue) = 81+78+163=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #514EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514EA3 is #AEB15C. Grayscale: #585858. Windows color (decimal): -11448669 or 10702417. OLE color: 10702417.

HSL color Cylindrical-coordinate representation of color #514EA3: hue angle of 242.12º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514EA3 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8178163-
CMYK0.500.5200.36
HSL242.12º35.27%47.25%-
HSV(B)242.12º52.15%63.92%-
XYZ12.739.8435.88-
YUV88.59169.99122.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 163 (64.06% from 255) = 50.62%
R=25.16%
G=24.22%
B=50.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81781630.500.5200.36242.1235.2747.25
Hex514EA33234024f2232f
Octal12111624362640443624357
Binary1010001100111010100011110010110100010010011110010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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