#554598

Color #554598 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #554598

Tints of Blue Gem #554598

Color information

#554598 (or 0x554598) is unknown color: approx 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

RGB8569152-
CMYK0.440.5500.40
HSL251.57º37.56%43.33%-
HSV(B)251.57º54.61%59.61%-
XYZ11.548.4530.73-
YUV83.25166.8129.25-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85691520.440.5500.40251.5737.5643.33
Hex5545982C37028fc262b
Octal12510523054670503744653
Binary1010101100010110011000101100110111010100011111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>