#554881

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

Shades of Victoria #554881

Tints of Victoria #554881

Color information

#554881 (or 0x554881) is unknown color: approx Victoria. HEX triplet: 55, 48 and 81. RGB value is (85,72,129). Sum of RGB (Red+Green+Blue) = 85+72+129=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #554881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554881 is #AAB77E. Grayscale: #525252. Windows color (decimal): -11188095 or 8472661. OLE color: 8472661.

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

Color convert

RGB8572129-
CMYK0.340.4400.49
HSL253.68º28.36%39.41%-
HSV(B)253.68º44.19%50.59%-
XYZ10.038.1521.81-
YUV82.38154.31129.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=29.72%
G=25.17%
B=45.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85721290.340.4400.49253.6828.3639.41
Hex554881222C031fe1c27
Octal12511020142540613763447
Binary101010110010001000000110001010110001100011111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554881; }

 p { color: rgb(85,72,129); }

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

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

 a { background-color: rgb(85,72,129); }

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

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

 span { border-color: rgb(85,72,129); }

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