Html Css Color HEX #524682 Victoria

📋 copy color: '#524682'

red 82 ◦ green 70 ◦ blue 130

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

Shades of Victoria #524682

Tints of Victoria #524682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 29.08%
G = 24.82%
B = 46.1%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524682 (or 0x524682) is known color: Victoria. HEX triplet: 52, 46 and 82. RGB value is (82,70,130). Sum of RGB (Red+Green+Blue) = 82+70+130=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #524682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524682 is #ADB97D. Grayscale: #505050. Windows color (decimal): -11385214 or 8537682. OLE color: 8537682.

HSL color Cylindrical-coordinate representation of color #524682: hue angle of 252º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524682 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 70 130 -
CMYK 0.37 0.46 0 0.49
HSL 252º 0.3% 0.39% -
HSV(B) 252º 0.46% 0.51% -
XYZ 9.7 7.79 22.11 -
YUV 80.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 82 70 130 0.37 0.46 0 0.49 252 0.3 0.39
Hex 52 46 82 25 2E 0 31 FC 1E 27
Octal 122 106 202 45 56 0 61 374 36 47
Binary 1010010 1000110 10000010 100101 101110 0 110001 11111100 11110 100111

Color Harmonies of #524682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524682

Black with #524682

Text Example


Text Example

White with #524682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524682; }

 p { color: rgb(82,70,130); }

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

background-color css

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

 a { background-color: rgb(82,70,130); }

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

border-color css

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

 span { border-color: rgb(82,70,130); }

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