#554A95

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

Shades of Victoria #554A95

Tints of Victoria #554A95

Color information

#554A95 (or 0x554A95) is unknown color: approx Victoria. HEX triplet: 55, 4A and 95. RGB value is (85,74,149). Sum of RGB (Red+Green+Blue) = 85+74+149=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #554A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554A95 is #AAB56A. Grayscale: #555555. Windows color (decimal): -11187563 or 9783893. OLE color: 9783893.

HSL color Cylindrical-coordinate representation of color #554A95: hue angle of 248.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554A95 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8574149-
CMYK0.430.5000.42
HSL248.8º33.63%43.73%-
HSV(B)248.8º50.34%58.43%-
XYZ11.62929.56-
YUV85.84163.64127.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=27.60%
G=24.03%
B=48.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85741490.430.5000.42248.833.6343.73
Hex554A952B3202Af9222c
Octal12511222553620523714254
Binary1010101100101010010101101011110010010101011111001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,74,149); }

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

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

 a { background-color: rgb(85,74,149); }

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

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

 span { border-color: rgb(85,74,149); }

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