Html Css Color HEX #524B84 Victoria

📋 copy color: '#524B84'

red 82 ◦ green 75 ◦ blue 132

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

Shades of Victoria #524B84

Tints of Victoria #524B84

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 28.37%
G = 25.95%
B = 45.67%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524B84 (or 0x524B84) is known color: Victoria. HEX triplet: 52, 4B and 84. RGB value is (82,75,132). Sum of RGB (Red+Green+Blue) = 82+75+132=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #524B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B84 is #ADB47B. Grayscale: #535353. Windows color (decimal): -11383932 or 8670034. OLE color: 8670034.

HSL color Cylindrical-coordinate representation of color #524B84: hue angle of 247.37º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #524B84 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 75 132 -
CMYK 0.38 0.43 0 0.48
HSL 247.37º 0.28% 0.41% -
HSV(B) 247.37º 0.43% 0.52% -
XYZ 10.16 8.49 22.93 -
YUV 83.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 82 75 132 0.38 0.43 0 0.48 247.37 0.28 0.41
Hex 52 4B 84 26 2B 0 30 F7 1C 29
Octal 122 113 204 46 53 0 60 367 34 51
Binary 1010010 1001011 10000100 100110 101011 0 110000 11110111 11100 101001

Color Harmonies of #524B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B84

Black with #524B84

Text Example


Text Example

White with #524B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B84; }

 p { color: rgb(82,75,132); }

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

background-color css

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

 a { background-color: rgb(82,75,132); }

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

border-color css

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

 span { border-color: rgb(82,75,132); }

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