Html Css Color HEX #524581 Victoria

📋 copy color: '#524581'

red 82 ◦ green 69 ◦ blue 129

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

Shades of Victoria #524581

Tints of Victoria #524581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 29.29%
G = 24.64%
B = 46.07%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524581 (or 0x524581) is known color: Victoria. HEX triplet: 52, 45 and 81. RGB value is (82,69,129). Sum of RGB (Red+Green+Blue) = 82+69+129=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #524581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524581 is #ADBA7E. Grayscale: #4F4F4F. Windows color (decimal): -11385471 or 8471890. OLE color: 8471890.

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

Color convert

RGB 82 69 129 -
CMYK 0.36 0.47 0 0.49
HSL 253º 0.3% 0.39% -
HSV(B) 253º 0.47% 0.51% -
XYZ 9.57 7.64 21.74 -
YUV 79.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 82 69 129 0.36 0.47 0 0.49 253 0.3 0.39
Hex 52 45 81 24 2F 0 31 FD 1E 27
Octal 122 105 201 44 57 0 61 375 36 47
Binary 1010010 1000101 10000001 100100 101111 0 110001 11111101 11110 100111

Color Harmonies of #524581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524581

Black with #524581

Text Example


Text Example

White with #524581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524581; }

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

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

background-color css

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

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

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

border-color css

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

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

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