Html Css Color HEX #55439A Blue Gem

📋 copy color: '#55439A'

red 85 ◦ green 67 ◦ blue 154

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

Shades of Blue Gem #55439A

Tints of Blue Gem #55439A

RGB

 RED value IS 85 (33.59% from 255) = 27.78%

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 27.78%
G = 21.9%
B = 50.33%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55439A (or 0x55439A) is known color: Blue Gem. HEX triplet: 55, 43 and 9A. RGB value is (85,67,154). Sum of RGB (Red+Green+Blue) = 85+67+154=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #55439A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55439A is #AABC65. Grayscale: #515151. Windows color (decimal): -11189350 or 10109781. OLE color: 10109781.

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

Color convert

RGB 85 67 154 -
CMYK 0.45 0.56 0 0.40
HSL 252.41º 0.39% 0.43% -
HSV(B) 252.41º 0.56% 0.6% -
XYZ 11.59 8.28 31.56 -
YUV 82.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 85 67 154 0.45 0.56 0 0.40 252.41 0.39 0.43
Hex 55 43 9A 2D 38 0 28 FC 27 2B
Octal 125 103 232 55 70 0 50 374 47 53
Binary 1010101 1000011 10011010 101101 111000 0 101000 11111100 100111 101011

Color Harmonies of #55439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55439A

Black with #55439A

Text Example


Text Example

White with #55439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55439A;
 }
 .AnyTagClassName
 {
   color: #55439A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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