Html Css Color HEX #524681 Victoria

📋 copy color: '#524681'

red 82 ◦ green 70 ◦ blue 129

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

Shades of Victoria #524681

Tints of Victoria #524681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 29.18%
G = 24.91%
B = 45.91%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524681 (or 0x524681) is known color: Victoria. HEX triplet: 52, 46 and 81. RGB value is (82,70,129). Sum of RGB (Red+Green+Blue) = 82+70+129=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #524681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524681 is #ADB97E. Grayscale: #505050. Windows color (decimal): -11385215 or 8472146. OLE color: 8472146.

HSL color Cylindrical-coordinate representation of color #524681: hue angle of 252.2º 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 #524681 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 70 129 -
CMYK 0.36 0.46 0 0.49
HSL 252.2º 0.3% 0.39% -
HSV(B) 252.2º 0.46% 0.51% -
XYZ 9.63 7.76 21.76 -
YUV 80.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 82 70 129 0.36 0.46 0 0.49 252.2 0.3 0.39
Hex 52 46 81 24 2E 0 31 FC 1E 27
Octal 122 106 201 44 56 0 61 374 36 47
Binary 1010010 1000110 10000001 100100 101110 0 110001 11111100 11110 100111

Color Harmonies of #524681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524681

Black with #524681

Text Example


Text Example

White with #524681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524681; }

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

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

background-color css

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

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

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

border-color css

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

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

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