Html Css Color HEX #554598 Blue Gem

📋 copy color: '#554598'

red 85 ◦ green 69 ◦ blue 152

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

Shades of Blue Gem #554598

Tints of Blue Gem #554598

RGB

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

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

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

R = 27.78%
G = 22.55%
B = 49.67%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#554598 (or 0x554598) is known color: Blue Gem. HEX triplet: 55, 45 and 98. RGB value is (85,69,152). Sum of RGB (Red+Green+Blue) = 85+69+152=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #554598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554598 is #AABA67. Grayscale: #525252. Windows color (decimal): -11188840 or 9979221. OLE color: 9979221.

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

Color convert

RGB 85 69 152 -
CMYK 0.44 0.55 0 0.40
HSL 251.57º 0.38% 0.43% -
HSV(B) 251.57º 0.55% 0.6% -
XYZ 11.54 8.45 30.73 -
YUV 83.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 85 69 152 0.44 0.55 0 0.40 251.57 0.38 0.43
Hex 55 45 98 2C 37 0 28 FC 26 2B
Octal 125 105 230 54 67 0 50 374 46 53
Binary 1010101 1000101 10011000 101100 110111 0 101000 11111100 100110 101011

Color Harmonies of #554598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554598

Black with #554598

Text Example


Text Example

White with #554598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554598; }

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

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

background-color css

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

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

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

border-color css

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

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

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