#514DA3

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

Shades of Governor Bay #514DA3

Tints of Governor Bay #514DA3

Color information

#514DA3 (or 0x514DA3) is unknown color: approx Governor Bay. HEX triplet: 51, 4D and A3. RGB value is (81,77,163). Sum of RGB (Red+Green+Blue) = 81+77+163=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #514DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514DA3 is #AEB25C. Grayscale: #575757. Windows color (decimal): -11448925 or 10702161. OLE color: 10702161.

HSL color Cylindrical-coordinate representation of color #514DA3: hue angle of 242.79º 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 #514DA3 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8177163-
CMYK0.500.5300.36
HSL242.79º35.83%47.06%-
HSV(B)242.79º52.76%63.92%-
XYZ12.669.735.86-
YUV88170.33123.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 163 (64.06% from 255) = 50.78%
R=25.23%
G=23.99%
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
Decimal81771630.500.5300.36242.7935.8347.06
Hex514DA33235024f3242f
Octal12111524362650443634457
Binary1010001100110110100011110010110101010010011110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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