#55528B

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

Shades of Victoria #55528B

Tints of Victoria #55528B

Color information

#55528B (or 0x55528B) is unknown color: approx Victoria. HEX triplet: 55, 52 and 8B. RGB value is (85,82,139). Sum of RGB (Red+Green+Blue) = 85+82+139=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #55528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55528B is #AAAD74. Grayscale: #595959. Windows color (decimal): -11185525 or 9130581. OLE color: 9130581.

HSL color Cylindrical-coordinate representation of color #55528B: hue angle of 243.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55528B is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8582139-
CMYK0.390.4100.45
HSL243.16º25.79%43.33%-
HSV(B)243.16º41.01%54.51%-
XYZ11.429.8325.72-
YUV89.4155.99124.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=27.78%
G=26.80%
B=45.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85821390.390.4100.45243.1625.7943.33
Hex55528B272902Df31a2b
Octal12512221347510553633253
Binary101010110100101000101110011110100101011011111001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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