#55548B

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

Shades of Governor Bay #55548B

Tints of Governor Bay #55548B

Color information

#55548B (or 0x55548B) is unknown color: approx Governor Bay. HEX triplet: 55, 54 and 8B. RGB value is (85,84,139). Sum of RGB (Red+Green+Blue) = 85+84+139=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #55548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55548B is #AAAB74. Grayscale: #5A5A5A. Windows color (decimal): -11185013 or 9131093. OLE color: 9131093.

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

Color convert

RGB8584139-
CMYK0.390.4000.45
HSL241.09º24.66%43.73%-
HSV(B)241.09º39.57%54.51%-
XYZ11.5810.1425.77-
YUV90.57155.33124.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=27.60%
G=27.27%
B=45.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85841390.390.4000.45241.0924.6643.73
Hex55548B272802Df1192c
Octal12512421347500553613154
Binary101010110101001000101110011110100001011011111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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