Html Css Color HEX #554494 Blue Gem

📋 copy color: '#554494'

red 85 ◦ green 68 ◦ blue 148

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

Shades of Blue Gem #554494

Tints of Blue Gem #554494

RGB

 RED value IS 85 (33.59% from 255) = 28.24%

 GREEN value IS 68 (26.95% from 255) = 22.59%

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

R = 28.24%
G = 22.59%
B = 49.17%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554494 (or 0x554494) is known color: Blue Gem. HEX triplet: 55, 44 and 94. RGB value is (85,68,148). Sum of RGB (Red+Green+Blue) = 85+68+148=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #554494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554494 is #AABB6B. Grayscale: #515151. Windows color (decimal): -11189100 or 9716821. OLE color: 9716821.

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

Color convert

RGB 85 68 148 -
CMYK 0.43 0.54 0 0.42
HSL 252.75º 0.37% 0.42% -
HSV(B) 252.75º 0.54% 0.58% -
XYZ 11.16 8.2 29.01 -
YUV 82.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 85 68 148 0.43 0.54 0 0.42 252.75 0.37 0.42
Hex 55 44 94 2B 36 0 2A FD 25 2A
Octal 125 104 224 53 66 0 52 375 45 52
Binary 1010101 1000100 10010100 101011 110110 0 101010 11111101 100101 101010

Color Harmonies of #554494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554494

Black with #554494

Text Example


Text Example

White with #554494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554494; }

 p { color: rgb(85,68,148); }

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

background-color css

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

 a { background-color: rgb(85,68,148); }

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

border-color css

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

 span { border-color: rgb(85,68,148); }

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