Html Css Color HEX #534192 Blue Gem

📋 copy color: '#534192'

red 83 ◦ green 65 ◦ blue 146

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

Shades of Blue Gem #534192

Tints of Blue Gem #534192

RGB

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

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

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

R = 28.23%
G = 22.11%
B = 49.66%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534192 (or 0x534192) is known color: Blue Gem. HEX triplet: 53, 41 and 92. RGB value is (83,65,146). Sum of RGB (Red+Green+Blue) = 83+65+146=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #534192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534192 is #ACBE6D. Grayscale: #4F4F4F. Windows color (decimal): -11320942 or 9584979. OLE color: 9584979.

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

Color convert

RGB 83 65 146 -
CMYK 0.43 0.55 0 0.43
HSL 253.33º 0.38% 0.41% -
HSV(B) 253.33º 0.55% 0.57% -
XYZ 10.65 7.69 28.12 -
YUV 79.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 83 65 146 0.43 0.55 0 0.43 253.33 0.38 0.41
Hex 53 41 92 2B 37 0 2B FD 26 29
Octal 123 101 222 53 67 0 53 375 46 51
Binary 1010011 1000001 10010010 101011 110111 0 101011 11111101 100110 101001

Color Harmonies of #534192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534192

Black with #534192

Text Example


Text Example

White with #534192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534192; }

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

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

background-color css

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

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

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

border-color css

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

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

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