#55429B

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

Shades of Blue Gem #55429B

Tints of Blue Gem #55429B

Color information

#55429B (or 0x55429B) is unknown color: approx Blue Gem. HEX triplet: 55, 42 and 9B. RGB value is (85,66,155). Sum of RGB (Red+Green+Blue) = 85+66+155=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #55429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55429B is #AABD64. Grayscale: #515151. Windows color (decimal): -11189605 or 10175061. OLE color: 10175061.

HSL color Cylindrical-coordinate representation of color #55429B: hue angle of 252.81º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55429B is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8566155-
CMYK0.450.5700.39
HSL252.81º40.27%43.33%-
HSV(B)252.81º57.42%60.78%-
XYZ11.618.1931.98-
YUV81.83169.29130.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=27.78%
G=21.57%
B=50.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85661550.450.5700.39252.8140.2743.33
Hex55429B2D39027fd282b
Octal12510223355710473755053
Binary1010101100001010011011101101111001010011111111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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