Html Css Color HEX #554495 Blue Gem

📋 copy color: '#554495'

red 85 ◦ green 68 ◦ blue 149

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

Shades of Blue Gem #554495

Tints of Blue Gem #554495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 28.15%
G = 22.52%
B = 49.34%

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

#554495 (or 0x554495) is known color: Blue Gem. HEX triplet: 55, 44 and 95. RGB value is (85,68,149). Sum of RGB (Red+Green+Blue) = 85+68+149=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #554495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554495 is #AABB6A. Grayscale: #525252. Windows color (decimal): -11189099 or 9782357. OLE color: 9782357.

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

Color convert

RGB 85 68 149 -
CMYK 0.43 0.54 0 0.42
HSL 252.59º 0.37% 0.43% -
HSV(B) 252.59º 0.54% 0.58% -
XYZ 11.24 8.24 29.43 -
YUV 82.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 85 68 149 0.43 0.54 0 0.42 252.59 0.37 0.43
Hex 55 44 95 2B 36 0 2A FD 25 2B
Octal 125 104 225 53 66 0 52 375 45 53
Binary 1010101 1000100 10010101 101011 110110 0 101010 11111101 100101 101011

Color Harmonies of #554495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554495

Black with #554495

Text Example


Text Example

White with #554495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554495; }

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

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

background-color css

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

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

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

border-color css

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

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

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