Html Css Color HEX #534699 Blue Gem

📋 copy color: '#534699'

red 83 ◦ green 70 ◦ blue 153

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

Shades of Blue Gem #534699

Tints of Blue Gem #534699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50%

R = 27.12%
G = 22.88%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#534699 (or 0x534699) is known color: Blue Gem. HEX triplet: 53, 46 and 99. RGB value is (83,70,153). Sum of RGB (Red+Green+Blue) = 83+70+153=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #534699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534699 is #ACB966. Grayscale: #535353. Windows color (decimal): -11319655 or 10045011. OLE color: 10045011.

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

Color convert

RGB 83 70 153 -
CMYK 0.46 0.54 0 0.4
HSL 249.4º 0.37% 0.44% -
HSV(B) 249.4º 0.54% 0.6% -
XYZ 11.51 8.52 31.17 -
YUV 83.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 83 70 153 0.46 0.54 0 0.4 249.4 0.37 0.44
Hex 53 46 99 2E 36 0 28 F9 25 2C
Octal 123 106 231 56 66 0 50 371 45 54
Binary 1010011 1000110 10011001 101110 110110 0 101000 11111001 100101 101100

Color Harmonies of #534699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534699

Black with #534699

Text Example


Text Example

White with #534699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534699; }

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

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

background-color css

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

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

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

border-color css

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

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

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