Html Css Color HEX #534A8B Victoria

📋 copy color: '#534A8B'

red 83 ◦ green 74 ◦ blue 139

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

Shades of Victoria #534A8B

Tints of Victoria #534A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 28.04%
G = 25%
B = 46.96%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#534A8B (or 0x534A8B) is known color: Victoria. HEX triplet: 53, 4A and 8B. RGB value is (83,74,139). Sum of RGB (Red+Green+Blue) = 83+74+139=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #534A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A8B is #ACB574. Grayscale: #535353. Windows color (decimal): -11318645 or 9128531. OLE color: 9128531.

HSL color Cylindrical-coordinate representation of color #534A8B: hue angle of 248.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534A8B is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 74 139 -
CMYK 0.40 0.47 0 0.45
HSL 248.31º 0.31% 0.42% -
HSV(B) 248.31º 0.47% 0.55% -
XYZ 10.68 8.6 25.52 -
YUV 84.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 83 74 139 0.40 0.47 0 0.45 248.31 0.31 0.42
Hex 53 4A 8B 28 2F 0 2D F8 1F 2A
Octal 123 112 213 50 57 0 55 370 37 52
Binary 1010011 1001010 10001011 101000 101111 0 101101 11111000 11111 101010

Color Harmonies of #534A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A8B

Black with #534A8B

Text Example


Text Example

White with #534A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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