#524B70

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

Shades of Victoria #524B70

Tints of Victoria #524B70

Color information

#524B70 (or 0x524B70) is unknown color: approx Victoria. HEX triplet: 52, 4B and 70. RGB value is (82,75,112). Sum of RGB (Red+Green+Blue) = 82+75+112=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #524B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B70 is #ADB48F. Grayscale: #515151. Windows color (decimal): -11383952 or 7359314. OLE color: 7359314.

HSL color Cylindrical-coordinate representation of color #524B70: hue angle of 251.35º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #524B70 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8275112-
CMYK0.270.3300.56
HSL251.35º19.79%36.67%-
HSV(B)251.35º33.04%43.92%-
XYZ8.92816.4-
YUV81.31145.32128.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=30.48%
G=27.88%
B=41.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82751120.270.3300.56251.3519.7936.67
Hex524B701B21038fb1425
Octal12211316033410703732445
Binary1010010100101111100001101110000101110001111101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B70; }

 p { color: rgb(82,75,112); }

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

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

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

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

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

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

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