#554982

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

Shades of Victoria #554982

Tints of Victoria #554982

Color information

#554982 (or 0x554982) is unknown color: approx Victoria. HEX triplet: 55, 49 and 82. RGB value is (85,73,130). Sum of RGB (Red+Green+Blue) = 85+73+130=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #554982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554982 is #AAB67D. Grayscale: #525252. Windows color (decimal): -11187838 or 8538453. OLE color: 8538453.

HSL color Cylindrical-coordinate representation of color #554982: hue angle of 252.63º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554982 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8573130-
CMYK0.350.4400.49
HSL252.63º28.08%39.8%-
HSV(B)252.63º43.85%50.98%-
XYZ10.168.3122.19-
YUV83.09154.48129.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=29.51%
G=25.35%
B=45.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85731300.350.4400.49252.6328.0839.8
Hex554982232C031fd1c28
Octal12511120243540613753450
Binary101010110010011000001010001110110001100011111110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554982; }

 p { color: rgb(85,73,130); }

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

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

 a { background-color: rgb(85,73,130); }

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

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

 span { border-color: rgb(85,73,130); }

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