Html Css Color HEX #524776 Victoria

📋 copy color: '#524776'

red 82 ◦ green 71 ◦ blue 118

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

Shades of Victoria #524776

Tints of Victoria #524776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 30.26%
G = 26.2%
B = 43.54%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#524776 (or 0x524776) is known color: Victoria. HEX triplet: 52, 47 and 76. RGB value is (82,71,118). Sum of RGB (Red+Green+Blue) = 82+71+118=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #524776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524776 is #ADB889. Grayscale: #4F4F4F. Windows color (decimal): -11384970 or 7751506. OLE color: 7751506.

HSL color Cylindrical-coordinate representation of color #524776: hue angle of 254.04º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524776 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 71 118 -
CMYK 0.31 0.40 0 0.54
HSL 254.04º 0.25% 0.37% -
HSV(B) 254.04º 0.4% 0.46% -
XYZ 9 7.61 18.13 -
YUV 79.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 82 71 118 0.31 0.40 0 0.54 254.04 0.25 0.37
Hex 52 47 76 1F 28 0 36 FE 19 25
Octal 122 107 166 37 50 0 66 376 31 45
Binary 1010010 1000111 1110110 11111 101000 0 110110 11111110 11001 100101

Color Harmonies of #524776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524776

Black with #524776

Text Example


Text Example

White with #524776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524776; }

 p { color: rgb(82,71,118); }

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

background-color css

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

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

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

border-color css

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

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

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