Html Css Color HEX #52517A Victoria

📋 copy color: '#52517A'

red 82 ◦ green 81 ◦ blue 122

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

Shades of Victoria #52517A

Tints of Victoria #52517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 28.77%
G = 28.42%
B = 42.81%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52517A (or 0x52517A) is known color: Victoria. HEX triplet: 52, 51 and 7A. RGB value is (82,81,122). Sum of RGB (Red+Green+Blue) = 82+81+122=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #52517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52517A is #ADAE85. Grayscale: #555555. Windows color (decimal): -11382406 or 8016210. OLE color: 8016210.

HSL color Cylindrical-coordinate representation of color #52517A: hue angle of 241.46º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52517A is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 81 122 -
CMYK 0.33 0.34 0 0.52
HSL 241.46º 0.2% 0.4% -
HSV(B) 241.46º 0.34% 0.48% -
XYZ 9.93 9.08 19.64 -
YUV 85.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 82 81 122 0.33 0.34 0 0.52 241.46 0.2 0.4
Hex 52 51 7A 21 22 0 34 F1 14 28
Octal 122 121 172 41 42 0 64 361 24 50
Binary 1010010 1010001 1111010 100001 100010 0 110100 11110001 10100 101000

Color Harmonies of #52517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52517A

Black with #52517A

Text Example


Text Example

White with #52517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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