#554B79

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

Shades of Victoria #554B79

Tints of Victoria #554B79

Color information

#554B79 (or 0x554B79) is unknown color: approx Victoria. HEX triplet: 55, 4B and 79. RGB value is (85,75,121). Sum of RGB (Red+Green+Blue) = 85+75+121=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #554B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B79 is #AAB486. Grayscale: #535353. Windows color (decimal): -11187335 or 7949141. OLE color: 7949141.

HSL color Cylindrical-coordinate representation of color #554B79: hue angle of 253.04º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554B79 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8575121-
CMYK0.300.3800.53
HSL253.04º23.47%38.43%-
HSV(B)253.04º38.02%47.45%-
XYZ9.718.3419.19-
YUV83.23149.31129.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=30.25%
G=26.69%
B=43.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85751210.300.3800.53253.0423.4738.43
Hex554B791E26035fd1726
Octal12511317136460653752746
Binary1010101100101111110011111010011001101011111110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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