Html Css Color HEX #534093 Blue Gem

📋 copy color: '#534093'

red 83 ◦ green 64 ◦ blue 147

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

Shades of Blue Gem #534093

Tints of Blue Gem #534093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50%

R = 28.23%
G = 21.77%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#534093 (or 0x534093) is known color: Blue Gem. HEX triplet: 53, 40 and 93. RGB value is (83,64,147). Sum of RGB (Red+Green+Blue) = 83+64+147=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #534093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534093 is #ACBF6C. Grayscale: #4E4E4E. Windows color (decimal): -11321197 or 9650259. OLE color: 9650259.

HSL color Cylindrical-coordinate representation of color #534093: hue angle of 253.73º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534093 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 64 147 -
CMYK 0.44 0.56 0 0.42
HSL 253.73º 0.39% 0.41% -
HSV(B) 253.73º 0.56% 0.58% -
XYZ 10.67 7.61 28.51 -
YUV 79.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 83 64 147 0.44 0.56 0 0.42 253.73 0.39 0.41
Hex 53 40 93 2C 38 0 2A FE 27 29
Octal 123 100 223 54 70 0 52 376 47 51
Binary 1010011 1000000 10010011 101100 111000 0 101010 11111110 100111 101001

Color Harmonies of #534093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534093

Black with #534093

Text Example


Text Example

White with #534093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534093; }

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

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

background-color css

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

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

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

border-color css

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

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

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