Html Css Color HEX #554597 Blue Gem

📋 copy color: '#554597'

red 85 ◦ green 69 ◦ blue 151

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

Shades of Blue Gem #554597

Tints of Blue Gem #554597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 27.87%
G = 22.62%
B = 49.51%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#554597 (or 0x554597) is known color: Blue Gem. HEX triplet: 55, 45 and 97. RGB value is (85,69,151). Sum of RGB (Red+Green+Blue) = 85+69+151=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #554597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554597 is #AABA68. Grayscale: #525252. Windows color (decimal): -11188841 or 9913685. OLE color: 9913685.

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

Color convert

RGB 85 69 151 -
CMYK 0.44 0.54 0 0.41
HSL 251.71º 0.37% 0.43% -
HSV(B) 251.71º 0.54% 0.59% -
XYZ 11.46 8.42 30.3 -
YUV 83.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 85 69 151 0.44 0.54 0 0.41 251.71 0.37 0.43
Hex 55 45 97 2C 36 0 29 FC 25 2B
Octal 125 105 227 54 66 0 51 374 45 53
Binary 1010101 1000101 10010111 101100 110110 0 101001 11111100 100101 101011

Color Harmonies of #554597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554597

Black with #554597

Text Example


Text Example

White with #554597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554597; }

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

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

background-color css

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

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

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

border-color css

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

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

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