Html Css Color HEX #534C92 Victoria

📋 copy color: '#534C92'

red 83 ◦ green 76 ◦ blue 146

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

Shades of Victoria #534C92

Tints of Victoria #534C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 27.21%
G = 24.92%
B = 47.87%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534C92 (or 0x534C92) is known color: Victoria. HEX triplet: 53, 4C and 92. RGB value is (83,76,146). Sum of RGB (Red+Green+Blue) = 83+76+146=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #534C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534C92 is #ACB36D. Grayscale: #555555. Windows color (decimal): -11318126 or 9587795. OLE color: 9587795.

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

Color convert

RGB 83 76 146 -
CMYK 0.43 0.48 0 0.43
HSL 246º 0.32% 0.44% -
HSV(B) 246º 0.48% 0.57% -
XYZ 11.34 9.08 28.35 -
YUV 86.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 83 76 146 0.43 0.48 0 0.43 246 0.32 0.44
Hex 53 4C 92 2B 30 0 2B F6 20 2C
Octal 123 114 222 53 60 0 53 366 40 54
Binary 1010011 1001100 10010010 101011 110000 0 101011 11110110 100000 101100

Color Harmonies of #534C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C92

Black with #534C92

Text Example


Text Example

White with #534C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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