#514CA2

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

Shades of Governor Bay #514CA2

Tints of Governor Bay #514CA2

Color information

#514CA2 (or 0x514CA2) is unknown color: approx Governor Bay. HEX triplet: 51, 4C and A2. RGB value is (81,76,162). Sum of RGB (Red+Green+Blue) = 81+76+162=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #514CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514CA2 is #AEB35D. Grayscale: #565656. Windows color (decimal): -11449182 or 10636369. OLE color: 10636369.

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

Color convert

RGB8176162-
CMYK0.500.5300.36
HSL243.49º36.13%46.67%-
HSV(B)243.49º53.09%63.53%-
XYZ12.59.5335.36-
YUV87.3170.16123.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 162 (63.67% from 255) = 50.78%
R=25.39%
G=23.82%
B=50.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81761620.500.5300.36243.4936.1346.67
Hex514CA23235024f3242f
Octal12111424262650443634457
Binary1010001100110010100010110010110101010010011110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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