#514D96

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

Shades of Governor Bay #514D96

Tints of Governor Bay #514D96

Color information

#514D96 (or 0x514D96) is unknown color: approx Governor Bay. HEX triplet: 51, 4D and 96. RGB value is (81,77,150). Sum of RGB (Red+Green+Blue) = 81+77+150=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #514D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D96 is #AEB269. Grayscale: #565656. Windows color (decimal): -11448938 or 9850193. OLE color: 9850193.

HSL color Cylindrical-coordinate representation of color #514D96: hue angle of 243.29º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514D96 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8177150-
CMYK0.460.4900.41
HSL243.29º32.16%44.51%-
HSV(B)243.29º48.67%58.82%-
XYZ11.559.2630.03-
YUV86.52163.83124.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=26.30%
G=25%
B=48.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81771500.460.4900.41243.2932.1644.51
Hex514D962E31029f3202d
Octal12111522656610513634055
Binary1010001100110110010110101110110001010100111110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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