Html Css Color HEX #554595 Blue Gem

📋 copy color: '#554595'

red 85 ◦ green 69 ◦ blue 149

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

Shades of Blue Gem #554595

Tints of Blue Gem #554595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.77%

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

R = 28.05%
G = 22.77%
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

#554595 (or 0x554595) is known color: Blue Gem. HEX triplet: 55, 45 and 95. RGB value is (85,69,149). Sum of RGB (Red+Green+Blue) = 85+69+149=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #554595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554595 is #AABA6A. Grayscale: #525252. Windows color (decimal): -11188843 or 9782613. OLE color: 9782613.

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

Color convert

RGB 85 69 149 -
CMYK 0.43 0.54 0 0.42
HSL 252º 0.37% 0.43% -
HSV(B) 252º 0.54% 0.58% -
XYZ 11.3 8.36 29.45 -
YUV 82.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 85 69 149 0.43 0.54 0 0.42 252 0.37 0.43
Hex 55 45 95 2B 36 0 2A FC 25 2B
Octal 125 105 225 53 66 0 52 374 45 53
Binary 1010101 1000101 10010101 101011 110110 0 101010 11111100 100101 101011

Color Harmonies of #554595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554595

Black with #554595

Text Example


Text Example

White with #554595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554595; }

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

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

background-color css

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

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

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

border-color css

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

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

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