Html Css Color HEX #554898 Blue Gem

📋 copy color: '#554898'

red 85 ◦ green 72 ◦ blue 152

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

Shades of Blue Gem #554898

Tints of Blue Gem #554898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 152 (59.77% from 255) = 49.19%

R = 27.51%
G = 23.3%
B = 49.19%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#554898 (or 0x554898) is known color: Blue Gem. HEX triplet: 55, 48 and 98. RGB value is (85,72,152). Sum of RGB (Red+Green+Blue) = 85+72+152=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #554898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554898 is #AAB767. Grayscale: #545454. Windows color (decimal): -11188072 or 9979989. OLE color: 9979989.

HSL color Cylindrical-coordinate representation of color #554898: hue angle of 249.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554898 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 72 152 -
CMYK 0.44 0.53 0 0.40
HSL 249.75º 0.36% 0.44% -
HSV(B) 249.75º 0.53% 0.6% -
XYZ 11.73 8.83 30.79 -
YUV 85.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 85 72 152 0.44 0.53 0 0.40 249.75 0.36 0.44
Hex 55 48 98 2C 35 0 28 FA 24 2C
Octal 125 110 230 54 65 0 50 372 44 54
Binary 1010101 1001000 10011000 101100 110101 0 101000 11111010 100100 101100

Color Harmonies of #554898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554898

Black with #554898

Text Example


Text Example

White with #554898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554898; }

 p { color: rgb(85,72,152); }

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

background-color css

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

 a { background-color: rgb(85,72,152); }

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

border-color css

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

 span { border-color: rgb(85,72,152); }

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