Html Css Color HEX #534593 Blue Gem

📋 copy color: '#534593'

red 83 ◦ green 69 ◦ blue 147

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

Shades of Blue Gem #534593

Tints of Blue Gem #534593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 27.76%
G = 23.08%
B = 49.16%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#534593 (or 0x534593) is known color: Blue Gem. HEX triplet: 53, 45 and 93. RGB value is (83,69,147). Sum of RGB (Red+Green+Blue) = 83+69+147=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #534593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534593 is #ACBA6C. Grayscale: #515151. Windows color (decimal): -11319917 or 9651539. OLE color: 9651539.

HSL color Cylindrical-coordinate representation of color #534593: hue angle of 250.77º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534593 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 69 147 -
CMYK 0.44 0.53 0 0.42
HSL 250.77º 0.36% 0.42% -
HSV(B) 250.77º 0.53% 0.58% -
XYZ 10.96 8.2 28.61 -
YUV 82.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 83 69 147 0.44 0.53 0 0.42 250.77 0.36 0.42
Hex 53 45 93 2C 35 0 2A FB 24 2A
Octal 123 105 223 54 65 0 52 373 44 52
Binary 1010011 1000101 10010011 101100 110101 0 101010 11111011 100100 101010

Color Harmonies of #534593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534593

Black with #534593

Text Example


Text Example

White with #534593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534593; }

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

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

background-color css

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

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

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

border-color css

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

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

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