#5649BE

Color #5649BE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5649BE

Tints of Rich Blue #5649BE

Color information

#5649BE (or 0x5649BE) is unknown color: approx Rich Blue. HEX triplet: 56, 49 and BE. RGB value is (86,73,190). Sum of RGB (Red+Green+Blue) = 86+73+190=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #5649BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649BE is #A9B641. Grayscale: #595959. Windows color (decimal): -11122242 or 12470614. OLE color: 12470614.

HSL color Cylindrical-coordinate representation of color #5649BE: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5649BE is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8673190-
CMYK0.550.6200.25
HSL246.67º47.37%51.57%-
HSV(B)246.67º61.58%74.51%-
XYZ15.5110.4649.92-
YUV90.22184.31124.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=24.64%
G=20.92%
B=54.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86731900.550.6200.25246.6747.3751.57
Hex5649BE373E019f72f34
Octal12611127667760313675764
Binary101011010010011011111011011111111001100111110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5649BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5649BE; }

 p { color: rgb(86,73,190); }

 H1.HeaderClassName
 {
   color: #5649BE;
 }
 .AnyTagClassName
 {
   color: #5649BE;
 }
</style>
background-color css

<style>
 a { background-color: #5649BE; }

 a { background-color: rgb(86,73,190); }

 div.DivClassName
 {
   background-color: #5649BE;
 }
 .BgClassName
 {
   background-color: #5649BE;
 }
</style>
border-color css

<style>
 span { border-color: #5649BE; }

 span { border-color: rgb(86,73,190); }

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