#55528A

Color #55528A Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #55528A

Tints of Victoria #55528A

Color information

#55528A (or 0x55528A) is unknown color: approx Victoria. HEX triplet: 55, 52 and 8A. RGB value is (85,82,138). Sum of RGB (Red+Green+Blue) = 85+82+138=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #55528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55528A is #AAAD75. Grayscale: #595959. Windows color (decimal): -11185526 or 9065045. OLE color: 9065045.

HSL color Cylindrical-coordinate representation of color #55528A: hue angle of 243.21º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55528A is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8582138-
CMYK0.380.4100.46
HSL243.21º25.45%43.14%-
HSV(B)243.21º40.58%54.12%-
XYZ11.359.825.34-
YUV89.28155.49124.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=27.87%
G=26.89%
B=45.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85821380.380.4100.46243.2125.4543.14
Hex55528A262902Ef3192b
Octal12512221246510563633153
Binary101010110100101000101010011010100101011101111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55528A; }

 p { color: rgb(85,82,138); }

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

<style>
 a { background-color: #55528A; }

 a { background-color: rgb(85,82,138); }

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

<style>
 span { border-color: #55528A; }

 span { border-color: rgb(85,82,138); }

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