#554779

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

Shades of Victoria #554779

Tints of Victoria #554779

Color information

#554779 (or 0x554779) is unknown color: approx Victoria. HEX triplet: 55, 47 and 79. RGB value is (85,71,121). Sum of RGB (Red+Green+Blue) = 85+71+121=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #554779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554779 is #AAB886. Grayscale: #505050. Windows color (decimal): -11188359 or 7948117. OLE color: 7948117.

HSL color Cylindrical-coordinate representation of color #554779: hue angle of 256.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554779 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8571121-
CMYK0.300.4100.53
HSL256.8º26.04%37.65%-
HSV(B)256.8º41.32%47.45%-
XYZ9.457.8219.1-
YUV80.89150.64130.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=30.69%
G=25.63%
B=43.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85711210.300.4100.53256.826.0437.65
Hex5547791E290351011a26
Octal12510717136510654013246
Binary10101011000111111100111110101001011010110000000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554779; }

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

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

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

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

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

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

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

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