Html Css Color HEX #534197 Blue Gem

📋 copy color: '#534197'

red 83 ◦ green 65 ◦ blue 151

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

Shades of Blue Gem #534197

Tints of Blue Gem #534197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 27.76%
G = 21.74%
B = 50.5%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#534197 (or 0x534197) is known color: Blue Gem. HEX triplet: 53, 41 and 97. RGB value is (83,65,151). Sum of RGB (Red+Green+Blue) = 83+65+151=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #534197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534197 is #ACBE68. Grayscale: #4F4F4F. Windows color (decimal): -11320937 or 9912659. OLE color: 9912659.

HSL color Cylindrical-coordinate representation of color #534197: hue angle of 252.56º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534197 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 65 151 -
CMYK 0.45 0.57 0 0.41
HSL 252.56º 0.4% 0.42% -
HSV(B) 252.56º 0.57% 0.59% -
XYZ 11.04 7.85 30.21 -
YUV 80.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 83 65 151 0.45 0.57 0 0.41 252.56 0.4 0.42
Hex 53 41 97 2D 39 0 29 FD 28 2A
Octal 123 101 227 55 71 0 51 375 50 52
Binary 1010011 1000001 10010111 101101 111001 0 101001 11111101 101000 101010

Color Harmonies of #534197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534197

Black with #534197

Text Example


Text Example

White with #534197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534197; }

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

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

background-color css

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

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

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

border-color css

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

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

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