#5847B7

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

Shades of Rich Blue #5847B7

Tints of Rich Blue #5847B7

Color information

#5847B7 (or 0x5847B7) is unknown color: approx Rich Blue. HEX triplet: 58, 47 and B7. RGB value is (88,71,183). Sum of RGB (Red+Green+Blue) = 88+71+183=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #5847B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5847B7 is #A7B848. Grayscale: #585858. Windows color (decimal): -10991689 or 12011352. OLE color: 12011352.

HSL color Cylindrical-coordinate representation of color #5847B7: hue angle of 249.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5847B7 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8871183-
CMYK0.520.6100.28
HSL249.11º44.09%49.8%-
HSV(B)249.11º61.2%71.76%-
XYZ14.821045.95-
YUV88.85181.13127.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 183 (71.88% from 255) = 53.51%
R=25.73%
G=20.76%
B=53.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal88711830.520.6100.28249.1144.0949.8
Hex5847B7343D01Cf92c32
Octal13010726764750343715462
Binary101100010001111011011111010011110101110011111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5847B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5847B7; }

 p { color: rgb(88,71,183); }

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

<style>
 a { background-color: #5847B7; }

 a { background-color: rgb(88,71,183); }

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

<style>
 span { border-color: #5847B7; }

 span { border-color: rgb(88,71,183); }

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