Html Css Color HEX #56469B Blue Gem

📋 copy color: '#56469B'

red 86 ◦ green 70 ◦ blue 155

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

Shades of Blue Gem #56469B

Tints of Blue Gem #56469B

RGB

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

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

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

R = 27.65%
G = 22.51%
B = 49.84%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56469B (or 0x56469B) is known color: Blue Gem. HEX triplet: 56, 46 and 9B. RGB value is (86,70,155). Sum of RGB (Red+Green+Blue) = 86+70+155=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #56469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56469B is #A9B964. Grayscale: #545454. Windows color (decimal): -11123045 or 10176086. OLE color: 10176086.

HSL color Cylindrical-coordinate representation of color #56469B: hue angle of 251.29º 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 #56469B is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 70 155 -
CMYK 0.45 0.55 0 0.39
HSL 251.29º 0.38% 0.44% -
HSV(B) 251.29º 0.55% 0.61% -
XYZ 11.94 8.73 32.06 -
YUV 84.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 86 70 155 0.45 0.55 0 0.39 251.29 0.38 0.44
Hex 56 46 9B 2D 37 0 27 FB 26 2C
Octal 126 106 233 55 67 0 47 373 46 54
Binary 1010110 1000110 10011011 101101 110111 0 100111 11111011 100110 101100

Color Harmonies of #56469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56469B

Black with #56469B

Text Example


Text Example

White with #56469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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