Html Css Color HEX #534493 Blue Gem

📋 copy color: '#534493'

red 83 ◦ green 68 ◦ blue 147

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

Shades of Blue Gem #534493

Tints of Blue Gem #534493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 147 (57.81% from 255) = 49.33%

R = 27.85%
G = 22.82%
B = 49.33%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#534493 (or 0x534493) is known color: Blue Gem. HEX triplet: 53, 44 and 93. RGB value is (83,68,147). Sum of RGB (Red+Green+Blue) = 83+68+147=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #534493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534493 is #ACBB6C. Grayscale: #515151. Windows color (decimal): -11320173 or 9651283. OLE color: 9651283.

HSL color Cylindrical-coordinate representation of color #534493: hue angle of 251.39º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534493 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 68 147 -
CMYK 0.44 0.54 0 0.42
HSL 251.39º 0.37% 0.42% -
HSV(B) 251.39º 0.54% 0.58% -
XYZ 10.9 8.08 28.59 -
YUV 81.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 83 68 147 0.44 0.54 0 0.42 251.39 0.37 0.42
Hex 53 44 93 2C 36 0 2A FB 25 2A
Octal 123 104 223 54 66 0 52 373 45 52
Binary 1010011 1000100 10010011 101100 110110 0 101010 11111011 100101 101010

Color Harmonies of #534493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534493

Black with #534493

Text Example


Text Example

White with #534493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534493; }

 p { color: rgb(83,68,147); }

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

background-color css

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

 a { background-color: rgb(83,68,147); }

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

border-color css

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

 span { border-color: rgb(83,68,147); }

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