Html Css Color HEX #56479B Blue Gem

📋 copy color: '#56479B'

red 86 ◦ green 71 ◦ blue 155

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

Shades of Blue Gem #56479B

Tints of Blue Gem #56479B

RGB

 RED value IS 86 (33.98% from 255) = 27.56%

 GREEN value IS 71 (28.13% from 255) = 22.76%

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

R = 27.56%
G = 22.76%
B = 49.68%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56479B (or 0x56479B) is known color: Blue Gem. HEX triplet: 56, 47 and 9B. RGB value is (86,71,155). Sum of RGB (Red+Green+Blue) = 86+71+155=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #56479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56479B is #A9B864. Grayscale: #545454. Windows color (decimal): -11122789 or 10176342. OLE color: 10176342.

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

Color convert

RGB 86 71 155 -
CMYK 0.45 0.54 0 0.39
HSL 250.71º 0.37% 0.44% -
HSV(B) 250.71º 0.54% 0.61% -
XYZ 12.01 8.85 32.09 -
YUV 85.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 86 71 155 0.45 0.54 0 0.39 250.71 0.37 0.44
Hex 56 47 9B 2D 36 0 27 FB 25 2C
Octal 126 107 233 55 66 0 47 373 45 54
Binary 1010110 1000111 10011011 101101 110110 0 100111 11111011 100101 101100

Color Harmonies of #56479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56479B

Black with #56479B

Text Example


Text Example

White with #56479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,71,155); }

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

background-color css

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

 a { background-color: rgb(86,71,155); }

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

border-color css

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

 span { border-color: rgb(86,71,155); }

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