Html Css Color HEX #525179 Victoria

📋 copy color: '#525179'

red 82 ◦ green 81 ◦ blue 121

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

Shades of Victoria #525179

Tints of Victoria #525179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 121 (47.66% from 255) = 42.61%

R = 28.87%
G = 28.52%
B = 42.61%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525179 (or 0x525179) is known color: Victoria. HEX triplet: 52, 51 and 79. RGB value is (82,81,121). Sum of RGB (Red+Green+Blue) = 82+81+121=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #525179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525179 is #ADAE86. Grayscale: #555555. Windows color (decimal): -11382407 or 7950674. OLE color: 7950674.

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

Color convert

RGB 82 81 121 -
CMYK 0.32 0.33 0 0.53
HSL 241.5º 0.2% 0.4% -
HSV(B) 241.5º 0.33% 0.47% -
XYZ 9.87 9.06 19.32 -
YUV 85.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 82 81 121 0.32 0.33 0 0.53 241.5 0.2 0.4
Hex 52 51 79 20 21 0 35 F2 14 28
Octal 122 121 171 40 41 0 65 362 24 50
Binary 1010010 1010001 1111001 100000 100001 0 110101 11110010 10100 101000

Color Harmonies of #525179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525179

Black with #525179

Text Example


Text Example

White with #525179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525179; }

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

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

background-color css

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

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

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

border-color css

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

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

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