#524F75

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

Shades of Victoria #524F75

Tints of Victoria #524F75

Color information

#524F75 (or 0x524F75) is unknown color: approx Victoria. HEX triplet: 52, 4F and 75. RGB value is (82,79,117). Sum of RGB (Red+Green+Blue) = 82+79+117=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #524F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F75 is #ADB08A. Grayscale: #545454. Windows color (decimal): -11382923 or 7688018. OLE color: 7688018.

HSL color Cylindrical-coordinate representation of color #524F75: hue angle of 244.74º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524F75 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8279117-
CMYK0.300.3200.54
HSL244.74º19.39%38.43%-
HSV(B)244.74º32.48%45.88%-
XYZ9.498.6718-
YUV84.23146.49126.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=29.50%
G=28.42%
B=42.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82791170.300.3200.54244.7419.3938.43
Hex524F751E20036f51326
Octal12211716536400663652346
Binary1010010100111111101011111010000001101101111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,117); }

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

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

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

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

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

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

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