#554B8F

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

Shades of Victoria #554B8F

Tints of Victoria #554B8F

Color information

#554B8F (or 0x554B8F) is unknown color: approx Victoria. HEX triplet: 55, 4B and 8F. RGB value is (85,75,143). Sum of RGB (Red+Green+Blue) = 85+75+143=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #554B8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554B8F is #AAB470. Grayscale: #555555. Windows color (decimal): -11187313 or 9390933. OLE color: 9390933.

HSL color Cylindrical-coordinate representation of color #554B8F: hue angle of 248.82º degrees, saturation: 0.31, 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 #554B8F is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8575143-
CMYK0.410.4800.44
HSL248.82º31.19%42.75%-
HSV(B)248.82º47.55%56.08%-
XYZ11.228.9527.12-
YUV85.74160.31127.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 143 (56.25% from 255) = 47.19%
R=28.05%
G=24.75%
B=47.19%

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
Decimal85751430.410.4800.44248.8231.1942.75
Hex554B8F293002Cf91f2b
Octal12511321751600543713753
Binary101010110010111000111110100111000001011001111100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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