Html Css Color HEX #534679 Victoria

📋 copy color: '#534679'

red 83 ◦ green 70 ◦ blue 121

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

Shades of Victoria #534679

Tints of Victoria #534679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 30.29%
G = 25.55%
B = 44.16%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534679 (or 0x534679) is known color: Victoria. HEX triplet: 53, 46 and 79. RGB value is (83,70,121). Sum of RGB (Red+Green+Blue) = 83+70+121=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #534679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534679 is #ACB986. Grayscale: #4F4F4F. Windows color (decimal): -11319687 or 7947859. OLE color: 7947859.

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

Color convert

RGB 83 70 121 -
CMYK 0.31 0.42 0 0.53
HSL 255.29º 0.27% 0.37% -
HSV(B) 255.29º 0.42% 0.47% -
XYZ 9.21 7.6 19.07 -
YUV 79.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 83 70 121 0.31 0.42 0 0.53 255.29 0.27 0.37
Hex 53 46 79 1F 2A 0 35 FF 1B 25
Octal 123 106 171 37 52 0 65 377 33 45
Binary 1010011 1000110 1111001 11111 101010 0 110101 11111111 11011 100101

Color Harmonies of #534679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534679

Black with #534679

Text Example


Text Example

White with #534679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534679; }

 p { color: rgb(83,70,121); }

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

background-color css

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

 a { background-color: rgb(83,70,121); }

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

border-color css

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

 span { border-color: rgb(83,70,121); }

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