Html Css Color HEX #534899 Blue Gem

📋 copy color: '#534899'

red 83 ◦ green 72 ◦ blue 153

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

Shades of Blue Gem #534899

Tints of Blue Gem #534899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 26.95%
G = 23.38%
B = 49.68%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#534899 (or 0x534899) is known color: Blue Gem. HEX triplet: 53, 48 and 99. RGB value is (83,72,153). Sum of RGB (Red+Green+Blue) = 83+72+153=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #534899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534899 is #ACB766. Grayscale: #545454. Windows color (decimal): -11319143 or 10045523. OLE color: 10045523.

HSL color Cylindrical-coordinate representation of color #534899: hue angle of 248.15º 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 #534899 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 72 153 -
CMYK 0.46 0.53 0 0.4
HSL 248.15º 0.36% 0.44% -
HSV(B) 248.15º 0.53% 0.6% -
XYZ 11.63 8.77 31.22 -
YUV 84.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 83 72 153 0.46 0.53 0 0.4 248.15 0.36 0.44
Hex 53 48 99 2E 35 0 28 F8 24 2C
Octal 123 110 231 56 65 0 50 370 44 54
Binary 1010011 1001000 10011001 101110 110101 0 101000 11111000 100100 101100

Color Harmonies of #534899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534899

Black with #534899

Text Example


Text Example

White with #534899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534899; }

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

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

background-color css

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

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

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

border-color css

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

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

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