#555283

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

Shades of Victoria #555283

Tints of Victoria #555283

Color information

#555283 (or 0x555283) is unknown color: approx Victoria. HEX triplet: 55, 52 and 83. RGB value is (85,82,131). Sum of RGB (Red+Green+Blue) = 85+82+131=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #555283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555283 is #AAAD7C. Grayscale: #585858. Windows color (decimal): -11185533 or 8606293. OLE color: 8606293.

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

Color convert

RGB8582131-
CMYK0.350.3700.49
HSL243.67º23%41.76%-
HSV(B)243.67º37.4%51.37%-
XYZ10.869.622.75-
YUV88.48151.99125.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=28.52%
G=27.52%
B=43.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85821310.350.3700.49243.672341.76
Hex5552832325031f4172a
Octal12512220343450613642752
Binary101010110100101000001110001110010101100011111010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555283; }

 p { color: rgb(85,82,131); }

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

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

 a { background-color: rgb(85,82,131); }

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

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

 span { border-color: rgb(85,82,131); }

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