Html Css Color HEX #544094 Blue Gem

📋 copy color: '#544094'

red 84 ◦ green 64 ◦ blue 148

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

Shades of Blue Gem #544094

Tints of Blue Gem #544094

RGB

 RED value IS 84 (33.2% from 255) = 28.38%

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

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

R = 28.38%
G = 21.62%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#544094 (or 0x544094) is known color: Blue Gem. HEX triplet: 54, 40 and 94. RGB value is (84,64,148). Sum of RGB (Red+Green+Blue) = 84+64+148=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #544094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544094 is #ABBF6B. Grayscale: #4F4F4F. Windows color (decimal): -11255660 or 9715796. OLE color: 9715796.

HSL color Cylindrical-coordinate representation of color #544094: hue angle of 254.29º 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 #544094 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 64 148 -
CMYK 0.43 0.57 0 0.42
HSL 254.29º 0.4% 0.42% -
HSV(B) 254.29º 0.57% 0.58% -
XYZ 10.83 7.69 28.93 -
YUV 79.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 84 64 148 0.43 0.57 0 0.42 254.29 0.4 0.42
Hex 54 40 94 2B 39 0 2A FE 28 2A
Octal 124 100 224 53 71 0 52 376 50 52
Binary 1010100 1000000 10010100 101011 111001 0 101010 11111110 101000 101010

Color Harmonies of #544094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544094

Black with #544094

Text Example


Text Example

White with #544094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544094; }

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

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

background-color css

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

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

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

border-color css

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

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

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