#54548C

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

Shades of Governor Bay #54548C

Tints of Governor Bay #54548C

Color information

#54548C (or 0x54548C) is unknown color: approx Governor Bay. HEX triplet: 54, 54 and 8C. RGB value is (84,84,140). Sum of RGB (Red+Green+Blue) = 84+84+140=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #54548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54548C is #ABAB73. Grayscale: #5A5A5A. Windows color (decimal): -11250548 or 9196628. OLE color: 9196628.

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

Color convert

RGB8484140-
CMYK0.40.400.45
HSL240º25%43.92%-
HSV(B)240º40%54.9%-
XYZ11.5610.1226.15-
YUV90.38156123.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84841400.40.400.452402543.92
Hex54548C282802Df0192c
Octal12412421450500553603154
Binary101010010101001000110010100010100001011011111000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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