#5848BF

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

Shades of Rich Blue #5848BF

Tints of Rich Blue #5848BF

Color information

#5848BF (or 0x5848BF) is unknown color: approx Rich Blue. HEX triplet: 58, 48 and BF. RGB value is (88,72,191). Sum of RGB (Red+Green+Blue) = 88+72+191=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #5848BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848BF is #A7B740. Grayscale: #595959. Windows color (decimal): -10991425 or 12535896. OLE color: 12535896.

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

Color convert

RGB8872191-
CMYK0.540.6200.25
HSL248.07º48.18%51.57%-
HSV(B)248.07º62.3%74.9%-
XYZ15.7510.4750.48-
YUV90.35184.8126.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 191 (75% from 255) = 54.42%
R=25.07%
G=20.51%
B=54.42%

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
Decimal88721910.540.6200.25248.0748.1851.57
Hex5848BF363E019f83034
Octal13011027766760313706064
Binary101100010010001011111111011011111001100111111000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5848BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5848BF; }

 p { color: rgb(88,72,191); }

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

<style>
 a { background-color: #5848BF; }

 a { background-color: rgb(88,72,191); }

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

<style>
 span { border-color: #5848BF; }

 span { border-color: rgb(88,72,191); }

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