#524F83

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

Shades of Victoria #524F83

Tints of Victoria #524F83

Color information

#524F83 (or 0x524F83) is unknown color: approx Victoria. HEX triplet: 52, 4F and 83. RGB value is (82,79,131). Sum of RGB (Red+Green+Blue) = 82+79+131=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #524F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F83 is #ADB07C. Grayscale: #555555. Windows color (decimal): -11382909 or 8605522. OLE color: 8605522.

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

Color convert

RGB8279131-
CMYK0.370.4000.49
HSL243.46º24.76%41.18%-
HSV(B)243.46º39.69%51.37%-
XYZ10.379.0222.67-
YUV85.82153.49125.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=28.08%
G=27.05%
B=44.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82791310.370.4000.49243.4624.7641.18
Hex524F832528031f31929
Octal12211720345500613633151
Binary101001010011111000001110010110100001100011111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F83; }

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

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

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

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

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

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

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

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