#55429A

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

Shades of Blue Gem #55429A

Tints of Blue Gem #55429A

Color information

#55429A (or 0x55429A) is unknown color: approx Blue Gem. HEX triplet: 55, 42 and 9A. RGB value is (85,66,154). Sum of RGB (Red+Green+Blue) = 85+66+154=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #55429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55429A is #AABD65. Grayscale: #515151. Windows color (decimal): -11189606 or 10109525. OLE color: 10109525.

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

Color convert

RGB8566154-
CMYK0.450.5700.40
HSL252.95º40%43.14%-
HSV(B)252.95º57.14%60.39%-
XYZ11.538.1631.54-
YUV81.71168.79130.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=27.87%
G=21.64%
B=50.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85661540.450.5700.40252.954043.14
Hex55429A2D39028fd282b
Octal12510223255710503755053
Binary1010101100001010011010101101111001010100011111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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