#524B81

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

Shades of Victoria #524B81

Tints of Victoria #524B81

Color information

#524B81 (or 0x524B81) is unknown color: approx Victoria. HEX triplet: 52, 4B and 81. RGB value is (82,75,129). Sum of RGB (Red+Green+Blue) = 82+75+129=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #524B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B81 is #ADB47E. Grayscale: #535353. Windows color (decimal): -11383935 or 8473426. OLE color: 8473426.

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

Color convert

RGB8275129-
CMYK0.360.4200.49
HSL247.78º26.47%40%-
HSV(B)247.78º41.86%50.59%-
XYZ9.968.4121.87-
YUV83.25153.82127.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=28.67%
G=26.22%
B=45.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82751290.360.4200.49247.7826.4740
Hex524B81242A031f81a28
Octal12211320144520613703250
Binary101001010010111000000110010010101001100011111100011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,75,129); }

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

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

 a { background-color: rgb(82,75,129); }

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

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

 span { border-color: rgb(82,75,129); }

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