#514998

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

Shades of Governor Bay #514998

Tints of Governor Bay #514998

Color information

#514998 (or 0x514998) is unknown color: approx Governor Bay. HEX triplet: 51, 49 and 98. RGB value is (81,73,152). Sum of RGB (Red+Green+Blue) = 81+73+152=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #514998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514998 is #AEB667. Grayscale: #545454. Windows color (decimal): -11449960 or 9980241. OLE color: 9980241.

HSL color Cylindrical-coordinate representation of color #514998: hue angle of 246.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514998 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8173152-
CMYK0.470.5200.40
HSL246.08º35.11%44.12%-
HSV(B)246.08º51.97%59.61%-
XYZ11.448.7830.8-
YUV84.4166.15125.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=26.47%
G=23.86%
B=49.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81731520.470.5200.40246.0835.1144.12
Hex5149982F34028f6232c
Octal12111123057640503664354
Binary1010001100100110011000101111110100010100011110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514998; }

 p { color: rgb(81,73,152); }

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

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

 a { background-color: rgb(81,73,152); }

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

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

 span { border-color: rgb(81,73,152); }

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