#54548D

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

Shades of Governor Bay #54548D

Tints of Governor Bay #54548D

Color information

#54548D (or 0x54548D) is unknown color: approx Governor Bay. HEX triplet: 54, 54 and 8D. RGB value is (84,84,141). Sum of RGB (Red+Green+Blue) = 84+84+141=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #54548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54548D is #ABAB72. Grayscale: #5A5A5A. Windows color (decimal): -11250547 or 9262164. OLE color: 9262164.

HSL color Cylindrical-coordinate representation of color #54548D: hue angle of 240º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54548D is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8484141-
CMYK0.400.4000.45
HSL240º25.33%44.12%-
HSV(B)240º40.43%55.29%-
XYZ11.6310.1526.54-
YUV90.5156.5123.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=27.18%
G=27.18%
B=45.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84841410.400.4000.4524025.3344.12
Hex54548D282802Df0192c
Octal12412421550500553603154
Binary101010010101001000110110100010100001011011111000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54548D; }

 p { color: rgb(84,84,141); }

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

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

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

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

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

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

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