#555382

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

Shades of Victoria #555382

Tints of Victoria #555382

Color information

#555382 (or 0x555382) is unknown color: approx Victoria. HEX triplet: 55, 53 and 82. RGB value is (85,83,130). Sum of RGB (Red+Green+Blue) = 85+83+130=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #555382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555382 is #AAAC7D. Grayscale: #585858. Windows color (decimal): -11185278 or 8541013. OLE color: 8541013.

HSL color Cylindrical-coordinate representation of color #555382: hue angle of 242.55º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555382 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8583130-
CMYK0.350.3600.49
HSL242.55º22.07%41.76%-
HSV(B)242.55º36.15%50.98%-
XYZ10.879.7322.42-
YUV88.96151.16125.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=28.52%
G=27.85%
B=43.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85831300.350.3600.49242.5522.0741.76
Hex5553822324031f3162a
Octal12512320243440613632652
Binary101010110100111000001010001110010001100011111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555382; }

 p { color: rgb(85,83,130); }

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

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

 a { background-color: rgb(85,83,130); }

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

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

 span { border-color: rgb(85,83,130); }

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