Html Css Color HEX #534987 Victoria

📋 copy color: '#534987'

red 83 ◦ green 73 ◦ blue 135

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

Shades of Victoria #534987

Tints of Victoria #534987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 28.52%
G = 25.09%
B = 46.39%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#534987 (or 0x534987) is known color: Victoria. HEX triplet: 53, 49 and 87. RGB value is (83,73,135). Sum of RGB (Red+Green+Blue) = 83+73+135=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #534987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534987 is #ACB678. Grayscale: #525252. Windows color (decimal): -11318905 or 8866131. OLE color: 8866131.

HSL color Cylindrical-coordinate representation of color #534987: hue angle of 249.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534987 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 73 135 -
CMYK 0.39 0.46 0 0.47
HSL 249.68º 0.3% 0.41% -
HSV(B) 249.68º 0.46% 0.53% -
XYZ 10.32 8.35 23.99 -
YUV 83.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 83 73 135 0.39 0.46 0 0.47 249.68 0.3 0.41
Hex 53 49 87 27 2E 0 2F FA 1E 29
Octal 123 111 207 47 56 0 57 372 36 51
Binary 1010011 1001001 10000111 100111 101110 0 101111 11111010 11110 101001

Color Harmonies of #534987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534987

Black with #534987

Text Example


Text Example

White with #534987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534987; }

 p { color: rgb(83,73,135); }

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

background-color css

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

 a { background-color: rgb(83,73,135); }

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

border-color css

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

 span { border-color: rgb(83,73,135); }

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