#524883

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

Shades of Victoria #524883

Tints of Victoria #524883

Color information

#524883 (or 0x524883) is unknown color: approx Victoria. HEX triplet: 52, 48 and 83. RGB value is (82,72,131). Sum of RGB (Red+Green+Blue) = 82+72+131=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #524883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524883 is #ADB77C. Grayscale: #515151. Windows color (decimal): -11384701 or 8603730. OLE color: 8603730.

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

Color convert

RGB8272131-
CMYK0.370.4500.49
HSL250.17º29.06%39.8%-
HSV(B)250.17º45.04%51.37%-
XYZ9.898.0722.51-
YUV81.72155.81128.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=28.77%
G=25.26%
B=45.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82721310.370.4500.49250.1729.0639.8
Hex524883252D031fa1d28
Octal12211020345550613723550
Binary101001010010001000001110010110110101100011111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524883; }

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

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

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

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

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

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

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

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