#525384

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

Shades of Victoria #525384

Tints of Victoria #525384

Color information

#525384 (or 0x525384) is unknown color: approx Victoria. HEX triplet: 52, 53 and 84. RGB value is (82,83,132). Sum of RGB (Red+Green+Blue) = 82+83+132=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #525384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525384 is #ADAC7B. Grayscale: #585858. Windows color (decimal): -11381884 or 8672082. OLE color: 8672082.

HSL color Cylindrical-coordinate representation of color #525384: hue angle of 238.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525384 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8283132-
CMYK0.380.3700.48
HSL238.8º23.36%41.96%-
HSV(B)238.8º37.88%51.76%-
XYZ10.749.6523.13-
YUV88.29152.67123.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=27.61%
G=27.95%
B=44.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82831320.380.3700.48238.823.3641.96
Hex5253842625030ef172a
Octal12212320446450603572752
Binary101001010100111000010010011010010101100001110111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525384; }

 p { color: rgb(82,83,132); }

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

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

 a { background-color: rgb(82,83,132); }

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

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

 span { border-color: rgb(82,83,132); }

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