Html Css Color HEX #5442A6 Blue Gem

📋 copy color: '#5442A6'

red 84 ◦ green 66 ◦ blue 166

#5442A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #5442A6

Tints of Blue Gem #5442A6

RGB

 RED value IS 84 (33.2% from 255) = 26.58%

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 166 (65.23% from 255) = 52.53%

R = 26.58%
G = 20.89%
B = 52.53%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5442A6 (or 0x5442A6) is known color: Blue Gem. HEX triplet: 54, 42 and A6. RGB value is (84,66,166). Sum of RGB (Red+Green+Blue) = 84+66+166=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 166 (65.23% from 255 or 52.53% from 316); Max value from RGB is 166 - color contains mainly: blue. Hex color #5442A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5442A6 is #ABBD59. Grayscale: #525252. Windows color (decimal): -11255130 or 10895956. OLE color: 10895956.

HSL color Cylindrical-coordinate representation of color #5442A6: hue angle of 250.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5442A6 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 66 166 -
CMYK 0.49 0.60 0 0.35
HSL 250.8º 0.43% 0.45% -
HSV(B) 250.8º 0.6% 0.65% -
XYZ 12.49 8.53 37.07 -
YUV 82.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 84 66 166 0.49 0.60 0 0.35 250.8 0.43 0.45
Hex 54 42 A6 31 3C 0 23 FB 2B 2D
Octal 124 102 246 61 74 0 43 373 53 55
Binary 1010100 1000010 10100110 110001 111100 0 100011 11111011 101011 101101

Color Harmonies of #5442A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5442A6

Black with #5442A6

Text Example


Text Example

White with #5442A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5442A6; }

 p { color: rgb(84,66,166); }

 H1.HeaderClassName
 {
   color: #5442A6;
 }
 .AnyTagClassName
 {
   color: #5442A6;
 }
</style>

background-color css

<style>
 a { background-color: #5442A6; }

 a { background-color: rgb(84,66,166); }

 div.DivClassName
 {
   background-color: #5442A6;
 }
 .BgClassName
 {
   background-color: #5442A6;
 }
</style>

border-color css

<style>
 span { border-color: #5442A6; }

 span { border-color: rgb(84,66,166); }

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