#524788

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

Shades of Victoria #524788

Tints of Victoria #524788

Color information

#524788 (or 0x524788) is unknown color: approx Victoria. HEX triplet: 52, 47 and 88. RGB value is (82,71,136). Sum of RGB (Red+Green+Blue) = 82+71+136=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #524788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524788 is #ADB877. Grayscale: #515151. Windows color (decimal): -11384952 or 8931154. OLE color: 8931154.

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

Color convert

RGB8271136-
CMYK0.400.4800.47
HSL250.15º31.4%40.59%-
HSV(B)250.15º47.79%53.33%-
XYZ10.188.0824.32-
YUV81.7158.64128.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=28.37%
G=24.57%
B=47.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82711360.400.4800.47250.1531.440.59
Hex524788283002Ffa1f29
Octal12210721050600573723751
Binary101001010001111000100010100011000001011111111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524788; }

 p { color: rgb(82,71,136); }

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

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

 a { background-color: rgb(82,71,136); }

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

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

 span { border-color: rgb(82,71,136); }

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