Html Css Color HEX #55469F Blue Gem

📋 copy color: '#55469F'

red 85 ◦ green 70 ◦ blue 159

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

Shades of Blue Gem #55469F

Tints of Blue Gem #55469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 27.07%
G = 22.29%
B = 50.64%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55469F (or 0x55469F) is known color: Blue Gem. HEX triplet: 55, 46 and 9F. RGB value is (85,70,159). Sum of RGB (Red+Green+Blue) = 85+70+159=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #55469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55469F is #AAB960. Grayscale: #545454. Windows color (decimal): -11188577 or 10438229. OLE color: 10438229.

HSL color Cylindrical-coordinate representation of color #55469F: hue angle of 250.11º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55469F is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 70 159 -
CMYK 0.47 0.56 0 0.38
HSL 250.11º 0.39% 0.45% -
HSV(B) 250.11º 0.56% 0.62% -
XYZ 12.19 8.81 33.86 -
YUV 84.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 85 70 159 0.47 0.56 0 0.38 250.11 0.39 0.45
Hex 55 46 9F 2F 38 0 26 FA 27 2D
Octal 125 106 237 57 70 0 46 372 47 55
Binary 1010101 1000110 10011111 101111 111000 0 100110 11111010 100111 101101

Color Harmonies of #55469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55469F

Black with #55469F

Text Example


Text Example

White with #55469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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