Html Css Color HEX #534895 Blue Gem

📋 copy color: '#534895'

red 83 ◦ green 72 ◦ blue 149

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

Shades of Blue Gem #534895

Tints of Blue Gem #534895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 27.3%
G = 23.68%
B = 49.01%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#534895 (or 0x534895) is known color: Blue Gem. HEX triplet: 53, 48 and 95. RGB value is (83,72,149). Sum of RGB (Red+Green+Blue) = 83+72+149=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #534895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534895 is #ACB76A. Grayscale: #535353. Windows color (decimal): -11319147 or 9783379. OLE color: 9783379.

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

Color convert

RGB 83 72 149 -
CMYK 0.44 0.52 0 0.42
HSL 248.57º 0.35% 0.43% -
HSV(B) 248.57º 0.52% 0.58% -
XYZ 11.31 8.64 29.51 -
YUV 84.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 83 72 149 0.44 0.52 0 0.42 248.57 0.35 0.43
Hex 53 48 95 2C 34 0 2A F9 23 2B
Octal 123 110 225 54 64 0 52 371 43 53
Binary 1010011 1001000 10010101 101100 110100 0 101010 11111001 100011 101011

Color Harmonies of #534895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534895

Black with #534895

Text Example


Text Example

White with #534895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534895; }

 p { color: rgb(83,72,149); }

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

background-color css

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

 a { background-color: rgb(83,72,149); }

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

border-color css

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

 span { border-color: rgb(83,72,149); }

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