Html Css Color HEX #534299 Blue Gem

📋 copy color: '#534299'

red 83 ◦ green 66 ◦ blue 153

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

Shades of Blue Gem #534299

Tints of Blue Gem #534299

RGB

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

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

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

R = 27.48%
G = 21.85%
B = 50.66%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#534299 (or 0x534299) is known color: Blue Gem. HEX triplet: 53, 42 and 99. RGB value is (83,66,153). Sum of RGB (Red+Green+Blue) = 83+66+153=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #534299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534299 is #ACBD66. Grayscale: #505050. Windows color (decimal): -11320679 or 10043987. OLE color: 10043987.

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

Color convert

RGB 83 66 153 -
CMYK 0.46 0.57 0 0.4
HSL 251.72º 0.4% 0.43% -
HSV(B) 251.72º 0.57% 0.6% -
XYZ 11.27 8.04 31.09 -
YUV 81 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 83 66 153 0.46 0.57 0 0.4 251.72 0.4 0.43
Hex 53 42 99 2E 39 0 28 FC 28 2B
Octal 123 102 231 56 71 0 50 374 50 53
Binary 1010011 1000010 10011001 101110 111001 0 101000 11111100 101000 101011

Color Harmonies of #534299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534299

Black with #534299

Text Example


Text Example

White with #534299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534299; }

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

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

background-color css

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

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

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

border-color css

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

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

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