Html Css Color HEX #534992 Victoria

📋 copy color: '#534992'

red 83 ◦ green 73 ◦ blue 146

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

Shades of Victoria #534992

Tints of Victoria #534992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 27.48%
G = 24.17%
B = 48.34%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534992 (or 0x534992) is known color: Victoria. HEX triplet: 53, 49 and 92. RGB value is (83,73,146). Sum of RGB (Red+Green+Blue) = 83+73+146=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #534992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534992 is #ACB66D. Grayscale: #545454. Windows color (decimal): -11318894 or 9587027. OLE color: 9587027.

HSL color Cylindrical-coordinate representation of color #534992: hue angle of 248.22º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534992 is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 73 146 -
CMYK 0.43 0.5 0 0.43
HSL 248.22º 0.33% 0.43% -
HSV(B) 248.22º 0.5% 0.57% -
XYZ 11.14 8.68 28.28 -
YUV 84.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 83 73 146 0.43 0.5 0 0.43 248.22 0.33 0.43
Hex 53 49 92 2B 32 0 2B F8 21 2B
Octal 123 111 222 53 62 0 53 370 41 53
Binary 1010011 1001001 10010010 101011 110010 0 101011 11111000 100001 101011

Color Harmonies of #534992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534992

Black with #534992

Text Example


Text Example

White with #534992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534992; }

 p { color: rgb(83,73,146); }

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

background-color css

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

 a { background-color: rgb(83,73,146); }

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

border-color css

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

 span { border-color: rgb(83,73,146); }

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