Html Css Color HEX #534199 Blue Gem

📋 copy color: '#534199'

red 83 ◦ green 65 ◦ blue 153

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

Shades of Blue Gem #534199

Tints of Blue Gem #534199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 27.57%
G = 21.59%
B = 50.83%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#534199 (or 0x534199) is known color: Blue Gem. HEX triplet: 53, 41 and 99. RGB value is (83,65,153). Sum of RGB (Red+Green+Blue) = 83+65+153=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #534199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534199 is #ACBE66. Grayscale: #505050. Windows color (decimal): -11320935 or 10043731. OLE color: 10043731.

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

Color convert

RGB 83 65 153 -
CMYK 0.46 0.58 0 0.4
HSL 252.27º 0.4% 0.43% -
HSV(B) 252.27º 0.58% 0.6% -
XYZ 11.21 7.92 31.07 -
YUV 80.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 83 65 153 0.46 0.58 0 0.4 252.27 0.4 0.43
Hex 53 41 99 2E 3A 0 28 FC 28 2B
Octal 123 101 231 56 72 0 50 374 50 53
Binary 1010011 1000001 10011001 101110 111010 0 101000 11111100 101000 101011

Color Harmonies of #534199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534199

Black with #534199

Text Example


Text Example

White with #534199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534199; }

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

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

background-color css

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

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

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

border-color css

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

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

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