Html Css Color HEX #534693 Blue Gem

📋 copy color: '#534693'

red 83 ◦ green 70 ◦ blue 147

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

Shades of Blue Gem #534693

Tints of Blue Gem #534693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

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

R = 27.67%
G = 23.33%
B = 49%

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

#534693 (or 0x534693) is known color: Blue Gem. HEX triplet: 53, 46 and 93. RGB value is (83,70,147). Sum of RGB (Red+Green+Blue) = 83+70+147=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #534693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534693 is #ACB96C. Grayscale: #525252. Windows color (decimal): -11319661 or 9651795. OLE color: 9651795.

HSL color Cylindrical-coordinate representation of color #534693: hue angle of 250.13º 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 #534693 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 70 147 -
CMYK 0.44 0.52 0 0.42
HSL 250.13º 0.35% 0.43% -
HSV(B) 250.13º 0.52% 0.58% -
XYZ 11.02 8.33 28.63 -
YUV 82.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 83 70 147 0.44 0.52 0 0.42 250.13 0.35 0.43
Hex 53 46 93 2C 34 0 2A FA 23 2B
Octal 123 106 223 54 64 0 52 372 43 53
Binary 1010011 1000110 10010011 101100 110100 0 101010 11111010 100011 101011

Color Harmonies of #534693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534693

Black with #534693

Text Example


Text Example

White with #534693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534693; }

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

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

background-color css

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

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

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

border-color css

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

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

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