#5849BE

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

Shades of Rich Blue #5849BE

Tints of Rich Blue #5849BE

Color information

#5849BE (or 0x5849BE) is unknown color: approx Rich Blue. HEX triplet: 58, 49 and BE. RGB value is (88,73,190). Sum of RGB (Red+Green+Blue) = 88+73+190=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #5849BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849BE is #A7B641. Grayscale: #5A5A5A. Windows color (decimal): -10991170 or 12470616. OLE color: 12470616.

HSL color Cylindrical-coordinate representation of color #5849BE: hue angle of 247.69º 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 #5849BE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8873190-
CMYK0.540.6200.25
HSL247.69º47.37%51.57%-
HSV(B)247.69º61.58%74.51%-
XYZ15.710.5649.93-
YUV90.82183.97125.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=25.07%
G=20.80%
B=54.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88731900.540.6200.25247.6947.3751.57
Hex5849BE363E019f82f34
Octal13011127666760313705764
Binary101100010010011011111011011011111001100111111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5849BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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