Html Css Color HEX #534A86 Victoria

📋 copy color: '#534A86'

red 83 ◦ green 74 ◦ blue 134

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

Shades of Victoria #534A86

Tints of Victoria #534A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.43%

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 28.52%
G = 25.43%
B = 46.05%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#534A86 (or 0x534A86) is known color: Victoria. HEX triplet: 53, 4A and 86. RGB value is (83,74,134). Sum of RGB (Red+Green+Blue) = 83+74+134=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #534A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A86 is #ACB579. Grayscale: #535353. Windows color (decimal): -11318650 or 8800851. OLE color: 8800851.

HSL color Cylindrical-coordinate representation of color #534A86: hue angle of 249º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534A86 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 74 134 -
CMYK 0.38 0.45 0 0.47
HSL 249º 0.29% 0.41% -
HSV(B) 249º 0.45% 0.53% -
XYZ 10.32 8.46 23.64 -
YUV 83.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 83 74 134 0.38 0.45 0 0.47 249 0.29 0.41
Hex 53 4A 86 26 2D 0 2F F9 1D 29
Octal 123 112 206 46 55 0 57 371 35 51
Binary 1010011 1001010 10000110 100110 101101 0 101111 11111001 11101 101001

Color Harmonies of #534A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A86

Black with #534A86

Text Example


Text Example

White with #534A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,74,134); }

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

background-color css

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

 a { background-color: rgb(83,74,134); }

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

border-color css

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

 span { border-color: rgb(83,74,134); }

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