#554775

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

Shades of Victoria #554775

Tints of Victoria #554775

Color information

#554775 (or 0x554775) is unknown color: approx Victoria. HEX triplet: 55, 47 and 75. RGB value is (85,71,117). Sum of RGB (Red+Green+Blue) = 85+71+117=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #554775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554775 is #AAB88A. Grayscale: #505050. Windows color (decimal): -11188363 or 7685973. OLE color: 7685973.

HSL color Cylindrical-coordinate representation of color #554775: hue angle of 258.26º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554775 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8571117-
CMYK0.270.3900.54
HSL258.26º24.47%36.86%-
HSV(B)258.26º39.32%45.88%-
XYZ9.217.7217.83-
YUV80.43148.64131.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=31.14%
G=26.01%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85711170.270.3900.54258.2624.4736.86
Hex5547751B270361021825
Octal12510716533470664023045
Binary10101011000111111010111011100111011011010000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554775; }

 p { color: rgb(85,71,117); }

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

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

 a { background-color: rgb(85,71,117); }

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

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

 span { border-color: rgb(85,71,117); }

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