Html Css Color HEX #534C84 Victoria

📋 copy color: '#534C84'

red 83 ◦ green 76 ◦ blue 132

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

Shades of Victoria #534C84

Tints of Victoria #534C84

RGB

 RED value IS 83 (32.81% from 255) = 28.52%

 GREEN value IS 76 (30.08% from 255) = 26.12%

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

R = 28.52%
G = 26.12%
B = 45.36%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#534C84 (or 0x534C84) is known color: Victoria. HEX triplet: 53, 4C and 84. RGB value is (83,76,132). Sum of RGB (Red+Green+Blue) = 83+76+132=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #534C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534C84 is #ACB37B. Grayscale: #545454. Windows color (decimal): -11318140 or 8670291. OLE color: 8670291.

HSL color Cylindrical-coordinate representation of color #534C84: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534C84 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 76 132 -
CMYK 0.37 0.42 0 0.48
HSL 247.5º 0.27% 0.41% -
HSV(B) 247.5º 0.42% 0.52% -
XYZ 10.32 8.67 22.96 -
YUV 84.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 83 76 132 0.37 0.42 0 0.48 247.5 0.27 0.41
Hex 53 4C 84 25 2A 0 30 F8 1B 29
Octal 123 114 204 45 52 0 60 370 33 51
Binary 1010011 1001100 10000100 100101 101010 0 110000 11111000 11011 101001

Color Harmonies of #534C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C84

Black with #534C84

Text Example


Text Example

White with #534C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534C84; }

 p { color: rgb(83,76,132); }

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

background-color css

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

 a { background-color: rgb(83,76,132); }

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

border-color css

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

 span { border-color: rgb(83,76,132); }

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