Html Css Color HEX #534291 Blue Gem

📋 copy color: '#534291'

red 83 ◦ green 66 ◦ blue 145

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

Shades of Blue Gem #534291

Tints of Blue Gem #534291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 28.23%
G = 22.45%
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

#534291 (or 0x534291) is known color: Blue Gem. HEX triplet: 53, 42 and 91. RGB value is (83,66,145). Sum of RGB (Red+Green+Blue) = 83+66+145=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #534291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534291 is #ACBD6E. Grayscale: #4F4F4F. Windows color (decimal): -11320687 or 9519699. OLE color: 9519699.

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

Color convert

RGB 83 66 145 -
CMYK 0.43 0.54 0 0.43
HSL 252.91º 0.37% 0.41% -
HSV(B) 252.91º 0.54% 0.57% -
XYZ 10.63 7.78 27.73 -
YUV 80.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 83 66 145 0.43 0.54 0 0.43 252.91 0.37 0.41
Hex 53 42 91 2B 36 0 2B FD 25 29
Octal 123 102 221 53 66 0 53 375 45 51
Binary 1010011 1000010 10010001 101011 110110 0 101011 11111101 100101 101001

Color Harmonies of #534291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534291

Black with #534291

Text Example


Text Example

White with #534291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534291; }

 p { color: rgb(83,66,145); }

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

background-color css

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

 a { background-color: rgb(83,66,145); }

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

border-color css

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

 span { border-color: rgb(83,66,145); }

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