#554875

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

Shades of Victoria #554875

Tints of Victoria #554875

Color information

#554875 (or 0x554875) is unknown color: approx Victoria. HEX triplet: 55, 48 and 75. RGB value is (85,72,117). Sum of RGB (Red+Green+Blue) = 85+72+117=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #554875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554875 is #AAB78A. Grayscale: #505050. Windows color (decimal): -11188107 or 7686229. OLE color: 7686229.

HSL color Cylindrical-coordinate representation of color #554875: hue angle of 257.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554875 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8572117-
CMYK0.270.3800.54
HSL257.33º23.81%37.06%-
HSV(B)257.33º38.46%45.88%-
XYZ9.277.8517.86-
YUV81.02148.31130.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=31.02%
G=26.28%
B=42.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85721170.270.3800.54257.3323.8137.06
Hex5548751B260361011825
Octal12511016533460664013045
Binary10101011001000111010111011100110011011010000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554875; }

 p { color: rgb(85,72,117); }

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

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

 a { background-color: rgb(85,72,117); }

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

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

 span { border-color: rgb(85,72,117); }

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