Html Css Color HEX #55429D Blue Gem

📋 copy color: '#55429D'

red 85 ◦ green 66 ◦ blue 157

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

Shades of Blue Gem #55429D

Tints of Blue Gem #55429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 27.6%
G = 21.43%
B = 50.97%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55429D (or 0x55429D) is known color: Blue Gem. HEX triplet: 55, 42 and 9D. RGB value is (85,66,157). Sum of RGB (Red+Green+Blue) = 85+66+157=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #55429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55429D is #AABD62. Grayscale: #515151. Windows color (decimal): -11189603 or 10306133. OLE color: 10306133.

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

Color convert

RGB 85 66 157 -
CMYK 0.46 0.58 0 0.38
HSL 252.53º 0.41% 0.44% -
HSV(B) 252.53º 0.58% 0.62% -
XYZ 11.78 8.26 32.87 -
YUV 82.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 85 66 157 0.46 0.58 0 0.38 252.53 0.41 0.44
Hex 55 42 9D 2E 3A 0 26 FD 29 2C
Octal 125 102 235 56 72 0 46 375 51 54
Binary 1010101 1000010 10011101 101110 111010 0 100110 11111101 101001 101100

Color Harmonies of #55429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55429D

Black with #55429D

Text Example


Text Example

White with #55429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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