Html Css Color HEX #524877 Victoria

📋 copy color: '#524877'

red 82 ◦ green 72 ◦ blue 119

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

Shades of Victoria #524877

Tints of Victoria #524877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 30.04%
G = 26.37%
B = 43.59%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524877 (or 0x524877) is known color: Victoria. HEX triplet: 52, 48 and 77. RGB value is (82,72,119). Sum of RGB (Red+Green+Blue) = 82+72+119=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #524877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524877 is #ADB788. Grayscale: #505050. Windows color (decimal): -11384713 or 7817298. OLE color: 7817298.

HSL color Cylindrical-coordinate representation of color #524877: hue angle of 252.77º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524877 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 72 119 -
CMYK 0.31 0.39 0 0.53
HSL 252.77º 0.25% 0.37% -
HSV(B) 252.77º 0.39% 0.47% -
XYZ 9.13 7.76 18.47 -
YUV 80.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 82 72 119 0.31 0.39 0 0.53 252.77 0.25 0.37
Hex 52 48 77 1F 27 0 35 FD 19 25
Octal 122 110 167 37 47 0 65 375 31 45
Binary 1010010 1001000 1110111 11111 100111 0 110101 11111101 11001 100101

Color Harmonies of #524877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524877

Black with #524877

Text Example


Text Example

White with #524877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524877; }

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

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

background-color css

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

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

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

border-color css

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

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

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