Html Css Color HEX #534499 Blue Gem

📋 copy color: '#534499'

red 83 ◦ green 68 ◦ blue 153

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

Shades of Blue Gem #534499

Tints of Blue Gem #534499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 27.3%
G = 22.37%
B = 50.33%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#534499 (or 0x534499) is known color: Blue Gem. HEX triplet: 53, 44 and 99. RGB value is (83,68,153). Sum of RGB (Red+Green+Blue) = 83+68+153=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #534499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534499 is #ACBB66. Grayscale: #515151. Windows color (decimal): -11320167 or 10044499. OLE color: 10044499.

HSL color Cylindrical-coordinate representation of color #534499: hue angle of 250.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534499 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 68 153 -
CMYK 0.46 0.56 0 0.4
HSL 250.59º 0.38% 0.43% -
HSV(B) 250.59º 0.56% 0.6% -
XYZ 11.38 8.27 31.13 -
YUV 82.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 83 68 153 0.46 0.56 0 0.4 250.59 0.38 0.43
Hex 53 44 99 2E 38 0 28 FB 26 2B
Octal 123 104 231 56 70 0 50 373 46 53
Binary 1010011 1000100 10011001 101110 111000 0 101000 11111011 100110 101011

Color Harmonies of #534499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534499

Black with #534499

Text Example


Text Example

White with #534499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534499; }

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

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

background-color css

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

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

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

border-color css

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

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

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