#554C85

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

Shades of Victoria #554C85

Tints of Victoria #554C85

Color information

#554C85 (or 0x554C85) is unknown color: approx Victoria. HEX triplet: 55, 4C and 85. RGB value is (85,76,133). Sum of RGB (Red+Green+Blue) = 85+76+133=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #554C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C85 is #AAB37A. Grayscale: #545454. Windows color (decimal): -11187067 or 8735829. OLE color: 8735829.

HSL color Cylindrical-coordinate representation of color #554C85: hue angle of 249.47º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #554C85 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8576133-
CMYK0.360.4300.48
HSL249.47º27.27%40.98%-
HSV(B)249.47º42.86%52.16%-
XYZ10.568.7923.33-
YUV85.19154.98127.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=28.91%
G=25.85%
B=45.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85761330.360.4300.48249.4727.2740.98
Hex554C85242B030f91b29
Octal12511420544530603713351
Binary101010110011001000010110010010101101100001111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554C85; }

 p { color: rgb(85,76,133); }

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

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

 a { background-color: rgb(85,76,133); }

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

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

 span { border-color: rgb(85,76,133); }

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