#54548B

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

Shades of Governor Bay #54548B

Tints of Governor Bay #54548B

Color information

#54548B (or 0x54548B) is unknown color: approx Governor Bay. HEX triplet: 54, 54 and 8B. RGB value is (84,84,139). Sum of RGB (Red+Green+Blue) = 84+84+139=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #54548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54548B is #ABAB74. Grayscale: #5A5A5A. Windows color (decimal): -11250549 or 9131092. OLE color: 9131092.

HSL color Cylindrical-coordinate representation of color #54548B: 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 #54548B is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8484139-
CMYK0.400.4000.45
HSL240º24.66%43.73%-
HSV(B)240º39.57%54.51%-
XYZ11.4910.0925.77-
YUV90.27155.5123.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=27.36%
G=27.36%
B=45.28%

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
Decimal84841390.400.4000.4524024.6643.73
Hex54548B282802Df0192c
Octal12412421350500553603154
Binary101010010101001000101110100010100001011011111000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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