Html Css Color HEX #534876 Victoria

📋 copy color: '#534876'

red 83 ◦ green 72 ◦ blue 118

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

Shades of Victoria #534876

Tints of Victoria #534876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 30.4%
G = 26.37%
B = 43.22%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534876 (or 0x534876) is known color: Victoria. HEX triplet: 53, 48 and 76. RGB value is (83,72,118). Sum of RGB (Red+Green+Blue) = 83+72+118=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #534876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534876 is #ACB789. Grayscale: #505050. Windows color (decimal): -11319178 or 7751763. OLE color: 7751763.

HSL color Cylindrical-coordinate representation of color #534876: hue angle of 254.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534876 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 72 118 -
CMYK 0.30 0.39 0 0.54
HSL 254.35º 0.24% 0.37% -
HSV(B) 254.35º 0.39% 0.46% -
XYZ 9.15 7.78 18.16 -
YUV 80.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 83 72 118 0.30 0.39 0 0.54 254.35 0.24 0.37
Hex 53 48 76 1E 27 0 36 FE 18 25
Octal 123 110 166 36 47 0 66 376 30 45
Binary 1010011 1001000 1110110 11110 100111 0 110110 11111110 11000 100101

Color Harmonies of #534876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534876

Black with #534876

Text Example


Text Example

White with #534876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534876; }

 p { color: rgb(83,72,118); }

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

background-color css

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

 a { background-color: rgb(83,72,118); }

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

border-color css

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

 span { border-color: rgb(83,72,118); }

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