#54489F

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

Shades of Governor Bay #54489F

Tints of Governor Bay #54489F

Color information

#54489F (or 0x54489F) is unknown color: approx Governor Bay. HEX triplet: 54, 48 and 9F. RGB value is (84,72,159). Sum of RGB (Red+Green+Blue) = 84+72+159=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #54489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54489F is #ABB760. Grayscale: #555555. Windows color (decimal): -11253601 or 10438740. OLE color: 10438740.

HSL color Cylindrical-coordinate representation of color #54489F: hue angle of 248.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54489F is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8472159-
CMYK0.470.5500.38
HSL248.28º37.66%45.29%-
HSV(B)248.28º54.72%62.35%-
XYZ12.239.0233.9-
YUV85.51169.48126.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=26.67%
G=22.86%
B=50.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84721590.470.5500.38248.2837.6645.29
Hex54489F2F37026f8262d
Octal12411023757670463704655
Binary1010100100100010011111101111110111010011011111000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54489F; }

 p { color: rgb(84,72,159); }

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

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

 a { background-color: rgb(84,72,159); }

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

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

 span { border-color: rgb(84,72,159); }

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