Html Css Color HEX #534392 Blue Gem

📋 copy color: '#534392'

red 83 ◦ green 67 ◦ blue 146

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

Shades of Blue Gem #534392

Tints of Blue Gem #534392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 28.04%
G = 22.64%
B = 49.32%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534392 (or 0x534392) is known color: Blue Gem. HEX triplet: 53, 43 and 92. RGB value is (83,67,146). Sum of RGB (Red+Green+Blue) = 83+67+146=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #534392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534392 is #ACBC6D. Grayscale: #505050. Windows color (decimal): -11320430 or 9585491. OLE color: 9585491.

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

Color convert

RGB 83 67 146 -
CMYK 0.43 0.54 0 0.43
HSL 252.15º 0.37% 0.42% -
HSV(B) 252.15º 0.54% 0.57% -
XYZ 10.76 7.93 28.16 -
YUV 80.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 83 67 146 0.43 0.54 0 0.43 252.15 0.37 0.42
Hex 53 43 92 2B 36 0 2B FC 25 2A
Octal 123 103 222 53 66 0 53 374 45 52
Binary 1010011 1000011 10010010 101011 110110 0 101011 11111100 100101 101010

Color Harmonies of #534392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534392

Black with #534392

Text Example


Text Example

White with #534392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534392; }

 p { color: rgb(83,67,146); }

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

background-color css

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

 a { background-color: rgb(83,67,146); }

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

border-color css

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

 span { border-color: rgb(83,67,146); }

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