#554B8C

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

Shades of Victoria #554B8C

Tints of Victoria #554B8C

Color information

#554B8C (or 0x554B8C) is unknown color: approx Victoria. HEX triplet: 55, 4B and 8C. RGB value is (85,75,140). Sum of RGB (Red+Green+Blue) = 85+75+140=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #554B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554B8C is #AAB473. Grayscale: #555555. Windows color (decimal): -11187316 or 9194325. OLE color: 9194325.

HSL color Cylindrical-coordinate representation of color #554B8C: hue angle of 249.23º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554B8C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8575140-
CMYK0.390.4600.45
HSL249.23º30.23%42.16%-
HSV(B)249.23º46.43%54.9%-
XYZ118.8625.94-
YUV85.4158.81127.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 46.67%
R=28.33%
G=25%
B=46.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85751400.390.4600.45249.2330.2342.16
Hex554B8C272E02Df91e2a
Octal12511321447560553713652
Binary101010110010111000110010011110111001011011111100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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