#554B95

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

Shades of Victoria #554B95

Tints of Victoria #554B95

Color information

#554B95 (or 0x554B95) is unknown color: approx Victoria. HEX triplet: 55, 4B and 95. RGB value is (85,75,149). Sum of RGB (Red+Green+Blue) = 85+75+149=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #554B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554B95 is #AAB46A. Grayscale: #565656. Windows color (decimal): -11187307 or 9784149. OLE color: 9784149.

HSL color Cylindrical-coordinate representation of color #554B95: hue angle of 248.11º degrees, saturation: 0.33, 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 #554B95 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8575149-
CMYK0.430.5000.42
HSL248.11º33.04%43.92%-
HSV(B)248.11º49.66%58.43%-
XYZ11.699.1329.58-
YUV86.43163.31126.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=27.51%
G=24.27%
B=48.22%

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
Decimal85751490.430.5000.42248.1133.0443.92
Hex554B952B3202Af8212c
Octal12511322553620523704154
Binary1010101100101110010101101011110010010101011111000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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