#5542a4

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

Shades of Blue Gem #5542A4

Tints of Blue Gem #5542A4

Color information

#5542A4 (or 0x5542A4) is unknown color: approx Blue Gem. HEX triplet: 55, 42 and A4. RGB value is (85,66,164). Sum of RGB (Red+Green+Blue) = 85+66+164=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #5542A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5542A4 is #AABD5B. Grayscale: #525252. Windows color (decimal): -11189596 or 10764885. OLE color: 10764885.

HSL color Cylindrical-coordinate representation of color #5542A4: hue angle of 251.63º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5542A4 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8566164-
CMYK0.480.6000.36
HSL251.63º42.61%45.1%-
HSV(B)251.63º59.76%64.31%-
XYZ12.48.5136.11-
YUV82.85173.79129.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=26.98%
G=20.95%
B=52.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85661640.480.6000.36251.6342.6145.1
Hex5542A4303C024fc2b2d
Octal12510224460740443745355
Binary1010101100001010100100110000111100010010011111100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5542a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5542a4; }

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

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

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

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

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

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

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

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