#55429E

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

Shades of Blue Gem #55429E

Tints of Blue Gem #55429E

Color information

#55429E (or 0x55429E) is unknown color: approx Blue Gem. HEX triplet: 55, 42 and 9E. RGB value is (85,66,158). Sum of RGB (Red+Green+Blue) = 85+66+158=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #55429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55429E is #AABD61. Grayscale: #515151. Windows color (decimal): -11189602 or 10371669. OLE color: 10371669.

HSL color Cylindrical-coordinate representation of color #55429E: hue angle of 252.39º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55429E is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8566158-
CMYK0.460.5800.38
HSL252.39º41.07%43.92%-
HSV(B)252.39º58.23%61.96%-
XYZ11.878.333.32-
YUV82.17170.79130.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=27.51%
G=21.36%
B=51.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85661580.460.5800.38252.3941.0743.92
Hex55429E2E3A026fc292c
Octal12510223656720463745154
Binary1010101100001010011110101110111010010011011111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55429E; }

 p { color: rgb(85,66,158); }

 H1.HeaderClassName
 {
   color: #55429E;
 }
 .AnyTagClassName
 {
   color: #55429E;
 }
</style>
background-color css

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

 a { background-color: rgb(85,66,158); }

 div.DivClassName
 {
   background-color: #55429E;
 }
 .BgClassName
 {
   background-color: #55429E;
 }
</style>
border-color css

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

 span { border-color: rgb(85,66,158); }

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