Html Css Color HEX #55469C Blue Gem

📋 copy color: '#55469C'

red 85 ◦ green 70 ◦ blue 156

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

Shades of Blue Gem #55469C

Tints of Blue Gem #55469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 27.33%
G = 22.51%
B = 50.16%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55469C (or 0x55469C) is known color: Blue Gem. HEX triplet: 55, 46 and 9C. RGB value is (85,70,156). Sum of RGB (Red+Green+Blue) = 85+70+156=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #55469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55469C is #AAB963. Grayscale: #535353. Windows color (decimal): -11188580 or 10241621. OLE color: 10241621.

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

Color convert

RGB 85 70 156 -
CMYK 0.46 0.55 0 0.39
HSL 250.47º 0.38% 0.44% -
HSV(B) 250.47º 0.55% 0.61% -
XYZ 11.94 8.71 32.5 -
YUV 84.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 85 70 156 0.46 0.55 0 0.39 250.47 0.38 0.44
Hex 55 46 9C 2E 37 0 27 FA 26 2C
Octal 125 106 234 56 67 0 47 372 46 54
Binary 1010101 1000110 10011100 101110 110111 0 100111 11111010 100110 101100

Color Harmonies of #55469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55469C

Black with #55469C

Text Example


Text Example

White with #55469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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