Html Css Color HEX #55429C Blue Gem

📋 copy color: '#55429C'

red 85 ◦ green 66 ◦ blue 156

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

Shades of Blue Gem #55429C

Tints of Blue Gem #55429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.81%

R = 27.69%
G = 21.5%
B = 50.81%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55429C (or 0x55429C) is known color: Blue Gem. HEX triplet: 55, 42 and 9C. RGB value is (85,66,156). Sum of RGB (Red+Green+Blue) = 85+66+156=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #55429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55429C is #AABD63. Grayscale: #515151. Windows color (decimal): -11189604 or 10240597. OLE color: 10240597.

HSL color Cylindrical-coordinate representation of color #55429C: hue angle of 252.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55429C is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 66 156 -
CMYK 0.46 0.58 0 0.39
HSL 252.67º 0.41% 0.44% -
HSV(B) 252.67º 0.58% 0.61% -
XYZ 11.7 8.23 32.42 -
YUV 81.94 169.79 130.18 -
System Red Green Blue C M Y K H S L
Decimal 85 66 156 0.46 0.58 0 0.39 252.67 0.41 0.44
Hex 55 42 9C 2E 3A 0 27 FD 29 2C
Octal 125 102 234 56 72 0 47 375 51 54
Binary 1010101 1000010 10011100 101110 111010 0 100111 11111101 101001 101100

Color Harmonies of #55429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55429C

Black with #55429C

Text Example


Text Example

White with #55429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55429C;
 }
 .AnyTagClassName
 {
   color: #55429C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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