Html Css Color HEX #524D80 Victoria

📋 copy color: '#524D80'

red 82 ◦ green 77 ◦ blue 128

#524D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #524D80

Tints of Victoria #524D80

RGB

 RED value IS 82 (32.42% from 255) = 28.57%

 GREEN value IS 77 (30.47% from 255) = 26.83%

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 28.57%
G = 26.83%
B = 44.6%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#524D80 (or 0x524D80) is known color: Victoria. HEX triplet: 52, 4D and 80. RGB value is (82,77,128). Sum of RGB (Red+Green+Blue) = 82+77+128=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #524D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D80 is #ADB27F. Grayscale: #545454. Windows color (decimal): -11383424 or 8408402. OLE color: 8408402.

HSL color Cylindrical-coordinate representation of color #524D80: hue angle of 245.88º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524D80 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 77 128 -
CMYK 0.36 0.40 0 0.50
HSL 245.88º 0.25% 0.4% -
HSV(B) 245.88º 0.4% 0.5% -
XYZ 10.03 8.66 21.57 -
YUV 84.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 82 77 128 0.36 0.40 0 0.50 245.88 0.25 0.4
Hex 52 4D 80 24 28 0 32 F6 19 28
Octal 122 115 200 44 50 0 62 366 31 50
Binary 1010010 1001101 10000000 100100 101000 0 110010 11110110 11001 101000

Color Harmonies of #524D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D80

Black with #524D80

Text Example


Text Example

White with #524D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,77,128); }

 H1.HeaderClassName
 {
   color: #524D80;
 }
 .AnyTagClassName
 {
   color: #524D80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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