Html Css Color HEX #524881 Victoria

📋 copy color: '#524881'

red 82 ◦ green 72 ◦ blue 129

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

Shades of Victoria #524881

Tints of Victoria #524881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 28.98%
G = 25.44%
B = 45.58%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524881 (or 0x524881) is known color: Victoria. HEX triplet: 52, 48 and 81. RGB value is (82,72,129). Sum of RGB (Red+Green+Blue) = 82+72+129=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #524881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524881 is #ADB77E. Grayscale: #515151. Windows color (decimal): -11384703 or 8472658. OLE color: 8472658.

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

Color convert

RGB 82 72 129 -
CMYK 0.36 0.44 0 0.49
HSL 250.53º 0.28% 0.39% -
HSV(B) 250.53º 0.44% 0.51% -
XYZ 9.76 8.01 21.8 -
YUV 81.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 82 72 129 0.36 0.44 0 0.49 250.53 0.28 0.39
Hex 52 48 81 24 2C 0 31 FB 1C 27
Octal 122 110 201 44 54 0 61 373 34 47
Binary 1010010 1001000 10000001 100100 101100 0 110001 11111011 11100 100111

Color Harmonies of #524881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524881

Black with #524881

Text Example


Text Example

White with #524881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524881; }

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

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

background-color css

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

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

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

border-color css

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

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

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