#525087

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

Shades of Victoria #525087

Tints of Victoria #525087

Color information

#525087 (or 0x525087) is unknown color: approx Victoria. HEX triplet: 52, 50 and 87. RGB value is (82,80,135). Sum of RGB (Red+Green+Blue) = 82+80+135=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #525087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525087 is #ADAF78. Grayscale: #565656. Windows color (decimal): -11382649 or 8867922. OLE color: 8867922.

HSL color Cylindrical-coordinate representation of color #525087: hue angle of 242.18º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #525087 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8280135-
CMYK0.390.4100.47
HSL242.18º25.58%42.16%-
HSV(B)242.18º40.74%52.94%-
XYZ10.729.2824.15-
YUV86.87155.16124.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=27.61%
G=26.94%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82801350.390.4100.47242.1825.5842.16
Hex525087272902Ff21a2a
Octal12212020747510573623252
Binary101001010100001000011110011110100101011111111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525087; }

 p { color: rgb(82,80,135); }

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

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

 a { background-color: rgb(82,80,135); }

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

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

 span { border-color: rgb(82,80,135); }

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