Html Css Color HEX #534798 Blue Gem

📋 copy color: '#534798'

red 83 ◦ green 71 ◦ blue 152

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

Shades of Blue Gem #534798

Tints of Blue Gem #534798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 27.12%
G = 23.2%
B = 49.67%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#534798 (or 0x534798) is known color: Blue Gem. HEX triplet: 53, 47 and 98. RGB value is (83,71,152). Sum of RGB (Red+Green+Blue) = 83+71+152=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #534798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534798 is #ACB867. Grayscale: #535353. Windows color (decimal): -11319400 or 9979731. OLE color: 9979731.

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

Color convert

RGB 83 71 152 -
CMYK 0.45 0.53 0 0.40
HSL 248.89º 0.36% 0.44% -
HSV(B) 248.89º 0.53% 0.6% -
XYZ 11.49 8.61 30.76 -
YUV 83.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 83 71 152 0.45 0.53 0 0.40 248.89 0.36 0.44
Hex 53 47 98 2D 35 0 28 F9 24 2C
Octal 123 107 230 55 65 0 50 371 44 54
Binary 1010011 1000111 10011000 101101 110101 0 101000 11111001 100100 101100

Color Harmonies of #534798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534798

Black with #534798

Text Example


Text Example

White with #534798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534798; }

 p { color: rgb(83,71,152); }

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

background-color css

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

 a { background-color: rgb(83,71,152); }

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

border-color css

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

 span { border-color: rgb(83,71,152); }

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