#554778

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

Shades of Victoria #554778

Tints of Victoria #554778

Color information

#554778 (or 0x554778) is unknown color: approx Victoria. HEX triplet: 55, 47 and 78. RGB value is (85,71,120). Sum of RGB (Red+Green+Blue) = 85+71+120=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #554778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554778 is #AAB887. Grayscale: #505050. Windows color (decimal): -11188360 or 7882581. OLE color: 7882581.

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

Color convert

RGB8571120-
CMYK0.290.4100.53
HSL257.14º25.65%37.45%-
HSV(B)257.14º40.83%47.06%-
XYZ9.397.7918.78-
YUV80.77150.14131.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=30.80%
G=25.72%
B=43.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85711200.290.4100.53257.1425.6537.45
Hex5547781D290351011a25
Octal12510717035510654013245
Binary10101011000111111100011101101001011010110000000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554778; }

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

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

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

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

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

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

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

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