Html Css Color HEX #534774 Victoria

📋 copy color: '#534774'

red 83 ◦ green 71 ◦ blue 116

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

Shades of Victoria #534774

Tints of Victoria #534774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 30.74%
G = 26.3%
B = 42.96%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534774 (or 0x534774) is known color: Victoria. HEX triplet: 53, 47 and 74. RGB value is (83,71,116). Sum of RGB (Red+Green+Blue) = 83+71+116=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #534774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534774 is #ACB88B. Grayscale: #4F4F4F. Windows color (decimal): -11319436 or 7620435. OLE color: 7620435.

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

Color convert

RGB 83 71 116 -
CMYK 0.28 0.39 0 0.55
HSL 256º 0.24% 0.37% -
HSV(B) 256º 0.39% 0.45% -
XYZ 8.97 7.61 17.52 -
YUV 79.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 83 71 116 0.28 0.39 0 0.55 256 0.24 0.37
Hex 53 47 74 1C 27 0 37 100 18 25
Octal 123 107 164 34 47 0 67 400 30 45
Binary 1010011 1000111 1110100 11100 100111 0 110111 100000000 11000 100101

Color Harmonies of #534774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534774

Black with #534774

Text Example


Text Example

White with #534774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534774; }

 p { color: rgb(83,71,116); }

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

background-color css

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

 a { background-color: rgb(83,71,116); }

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

border-color css

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

 span { border-color: rgb(83,71,116); }

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