Html Css Color HEX #56479D Blue Gem

📋 copy color: '#56479D'

red 86 ◦ green 71 ◦ blue 157

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

Shades of Blue Gem #56479D

Tints of Blue Gem #56479D

RGB

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

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

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

R = 27.39%
G = 22.61%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56479D (or 0x56479D) is known color: Blue Gem. HEX triplet: 56, 47 and 9D. RGB value is (86,71,157). Sum of RGB (Red+Green+Blue) = 86+71+157=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #56479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56479D is #A9B862. Grayscale: #545454. Windows color (decimal): -11122787 or 10307414. OLE color: 10307414.

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

Color convert

RGB 86 71 157 -
CMYK 0.45 0.55 0 0.38
HSL 250.47º 0.38% 0.45% -
HSV(B) 250.47º 0.55% 0.62% -
XYZ 12.18 8.92 32.98 -
YUV 85.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 86 71 157 0.45 0.55 0 0.38 250.47 0.38 0.45
Hex 56 47 9D 2D 37 0 26 FA 26 2D
Octal 126 107 235 55 67 0 46 372 46 55
Binary 1010110 1000111 10011101 101101 110111 0 100110 11111010 100110 101101

Color Harmonies of #56479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56479D

Black with #56479D

Text Example


Text Example

White with #56479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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