Html Css Color HEX #534099 Blue Gem

📋 copy color: '#534099'

red 83 ◦ green 64 ◦ blue 153

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

Shades of Blue Gem #534099

Tints of Blue Gem #534099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 27.67%
G = 21.33%
B = 51%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#534099 (or 0x534099) is known color: Blue Gem. HEX triplet: 53, 40 and 99. RGB value is (83,64,153). Sum of RGB (Red+Green+Blue) = 83+64+153=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #534099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534099 is #ACBF66. Grayscale: #4F4F4F. Windows color (decimal): -11321191 or 10043475. OLE color: 10043475.

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

Color convert

RGB 83 64 153 -
CMYK 0.46 0.58 0 0.4
HSL 252.81º 0.41% 0.43% -
HSV(B) 252.81º 0.58% 0.6% -
XYZ 11.15 7.81 31.06 -
YUV 79.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 83 64 153 0.46 0.58 0 0.4 252.81 0.41 0.43
Hex 53 40 99 2E 3A 0 28 FD 29 2B
Octal 123 100 231 56 72 0 50 375 51 53
Binary 1010011 1000000 10011001 101110 111010 0 101000 11111101 101001 101011

Color Harmonies of #534099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534099

Black with #534099

Text Example


Text Example

White with #534099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534099; }

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

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

background-color css

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

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

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

border-color css

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

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

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