Html Css Color HEX #56489D Blue Gem

📋 copy color: '#56489D'

red 86 ◦ green 72 ◦ blue 157

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

Shades of Blue Gem #56489D

Tints of Blue Gem #56489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

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

R = 27.3%
G = 22.86%
B = 49.84%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56489D (or 0x56489D) is known color: Blue Gem. HEX triplet: 56, 48 and 9D. RGB value is (86,72,157). Sum of RGB (Red+Green+Blue) = 86+72+157=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #56489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56489D is #A9B762. Grayscale: #555555. Windows color (decimal): -11122531 or 10307670. OLE color: 10307670.

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

Color convert

RGB 86 72 157 -
CMYK 0.45 0.54 0 0.38
HSL 249.88º 0.37% 0.45% -
HSV(B) 249.88º 0.54% 0.62% -
XYZ 12.24 9.05 33 -
YUV 85.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 86 72 157 0.45 0.54 0 0.38 249.88 0.37 0.45
Hex 56 48 9D 2D 36 0 26 FA 25 2D
Octal 126 110 235 55 66 0 46 372 45 55
Binary 1010110 1001000 10011101 101101 110110 0 100110 11111010 100101 101101

Color Harmonies of #56489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56489D

Black with #56489D

Text Example


Text Example

White with #56489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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