#554F78

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

Shades of Victoria #554F78

Tints of Victoria #554F78

Color information

#554F78 (or 0x554F78) is unknown color: approx Victoria. HEX triplet: 55, 4F and 78. RGB value is (85,79,120). Sum of RGB (Red+Green+Blue) = 85+79+120=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #554F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F78 is #AAB087. Grayscale: #555555. Windows color (decimal): -11186312 or 7884629. OLE color: 7884629.

HSL color Cylindrical-coordinate representation of color #554F78: hue angle of 248.78º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554F78 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8579120-
CMYK0.290.3400.53
HSL248.78º20.6%39.02%-
HSV(B)248.78º34.17%47.06%-
XYZ9.938.8818.96-
YUV85.47147.49127.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=29.93%
G=27.82%
B=42.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85791200.290.3400.53248.7820.639.02
Hex554F781D22035f91527
Octal12511717035420653712547
Binary1010101100111111110001110110001001101011111100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,120); }

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

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

 a { background-color: rgb(85,79,120); }

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

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

 span { border-color: rgb(85,79,120); }

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