#525181

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

Shades of Victoria #525181

Tints of Victoria #525181

Color information

#525181 (or 0x525181) is unknown color: approx Victoria. HEX triplet: 52, 51 and 81. RGB value is (82,81,129). Sum of RGB (Red+Green+Blue) = 82+81+129=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #525181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525181 is #ADAE7E. Grayscale: #565656. Windows color (decimal): -11382399 or 8474962. OLE color: 8474962.

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

Color convert

RGB8281129-
CMYK0.360.3700.49
HSL241.25º22.86%41.18%-
HSV(B)241.25º37.21%50.59%-
XYZ10.389.2622.01-
YUV86.77151.83124.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=28.08%
G=27.74%
B=44.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82811290.360.3700.49241.2522.8641.18
Hex5251812425031f11729
Octal12212120144450613612751
Binary101001010100011000000110010010010101100011111000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525181; }

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

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

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

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

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

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

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

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