Html Css Color HEX #534793 Blue Gem

📋 copy color: '#534793'

red 83 ◦ green 71 ◦ blue 147

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

Shades of Blue Gem #534793

Tints of Blue Gem #534793

RGB

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

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

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

R = 27.57%
G = 23.59%
B = 48.84%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#534793 (or 0x534793) is known color: Blue Gem. HEX triplet: 53, 47 and 93. RGB value is (83,71,147). Sum of RGB (Red+Green+Blue) = 83+71+147=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #534793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534793 is #ACB86C. Grayscale: #525252. Windows color (decimal): -11319405 or 9652051. OLE color: 9652051.

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

Color convert

RGB 83 71 147 -
CMYK 0.44 0.52 0 0.42
HSL 249.47º 0.35% 0.43% -
HSV(B) 249.47º 0.52% 0.58% -
XYZ 11.09 8.45 28.65 -
YUV 83.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 83 71 147 0.44 0.52 0 0.42 249.47 0.35 0.43
Hex 53 47 93 2C 34 0 2A F9 23 2B
Octal 123 107 223 54 64 0 52 371 43 53
Binary 1010011 1000111 10010011 101100 110100 0 101010 11111001 100011 101011

Color Harmonies of #534793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534793

Black with #534793

Text Example


Text Example

White with #534793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534793; }

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

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

background-color css

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

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

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

border-color css

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

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

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