Html Css Color HEX #534094 Blue Gem

📋 copy color: '#534094'

red 83 ◦ green 64 ◦ blue 148

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

Shades of Blue Gem #534094

Tints of Blue Gem #534094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.17%

R = 28.14%
G = 21.69%
B = 50.17%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#534094 (or 0x534094) is known color: Blue Gem. HEX triplet: 53, 40 and 94. RGB value is (83,64,148). Sum of RGB (Red+Green+Blue) = 83+64+148=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #534094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534094 is #ACBF6B. Grayscale: #4E4E4E. Windows color (decimal): -11321196 or 9715795. OLE color: 9715795.

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

Color convert

RGB 83 64 148 -
CMYK 0.44 0.57 0 0.42
HSL 253.57º 0.4% 0.42% -
HSV(B) 253.57º 0.57% 0.58% -
XYZ 10.75 7.64 28.93 -
YUV 79.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 83 64 148 0.44 0.57 0 0.42 253.57 0.4 0.42
Hex 53 40 94 2C 39 0 2A FE 28 2A
Octal 123 100 224 54 71 0 52 376 50 52
Binary 1010011 1000000 10010100 101100 111001 0 101010 11111110 101000 101010

Color Harmonies of #534094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534094

Black with #534094

Text Example


Text Example

White with #534094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534094; }

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

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

background-color css

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

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

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

border-color css

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

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

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