#525279

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

Shades of Victoria #525279

Tints of Victoria #525279

Color information

#525279 (or 0x525279) is unknown color: approx Victoria. HEX triplet: 52, 52 and 79. RGB value is (82,82,121). Sum of RGB (Red+Green+Blue) = 82+82+121=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #525279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525279 is #ADAD86. Grayscale: #565656. Windows color (decimal): -11382151 or 7950930. OLE color: 7950930.

HSL color Cylindrical-coordinate representation of color #525279: hue angle of 240º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525279 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8282121-
CMYK0.320.3200.53
HSL240º19.21%39.8%-
HSV(B)240º32.23%47.45%-
XYZ9.959.2119.34-
YUV86.45147.5124.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=28.77%
G=28.77%
B=42.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82821210.320.3200.5324019.2139.8
Hex5252792020035f01328
Octal12212217140400653602350
Binary10100101010010111100110000010000001101011111000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525279; }

 p { color: rgb(82,82,121); }

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

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

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

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

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

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

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