#554B90

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

Shades of Victoria #554B90

Tints of Victoria #554B90

Color information

#554B90 (or 0x554B90) is unknown color: approx Victoria. HEX triplet: 55, 4B and 90. RGB value is (85,75,144). Sum of RGB (Red+Green+Blue) = 85+75+144=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #554B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554B90 is #AAB46F. Grayscale: #555555. Windows color (decimal): -11187312 or 9456469. OLE color: 9456469.

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

Color convert

RGB8575144-
CMYK0.410.4800.44
HSL248.7º31.51%42.94%-
HSV(B)248.7º47.92%56.47%-
XYZ11.38.9827.52-
YUV85.86160.81127.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=27.96%
G=24.67%
B=47.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85751440.410.4800.44248.731.5142.94
Hex554B90293002Cf9202b
Octal12511322051600543714053
Binary1010101100101110010000101001110000010110011111001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,144); }

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

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

 a { background-color: rgb(85,75,144); }

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

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

 span { border-color: rgb(85,75,144); }

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