Html Css Color HEX #55429B Blue Gem

📋 copy color: '#55429B'

red 85 ◦ green 66 ◦ blue 155

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

Shades of Blue Gem #55429B

Tints of Blue Gem #55429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 27.78%
G = 21.57%
B = 50.65%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55429B (or 0x55429B) is known color: Blue Gem. HEX triplet: 55, 42 and 9B. RGB value is (85,66,155). Sum of RGB (Red+Green+Blue) = 85+66+155=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #55429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55429B is #AABD64. Grayscale: #515151. Windows color (decimal): -11189605 or 10175061. OLE color: 10175061.

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

Color convert

RGB 85 66 155 -
CMYK 0.45 0.57 0 0.39
HSL 252.81º 0.4% 0.43% -
HSV(B) 252.81º 0.57% 0.61% -
XYZ 11.61 8.19 31.98 -
YUV 81.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 85 66 155 0.45 0.57 0 0.39 252.81 0.4 0.43
Hex 55 42 9B 2D 39 0 27 FD 28 2B
Octal 125 102 233 55 71 0 47 375 50 53
Binary 1010101 1000010 10011011 101101 111001 0 100111 11111101 101000 101011

Color Harmonies of #55429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55429B

Black with #55429B

Text Example


Text Example

White with #55429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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