#5848BC

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

Shades of Rich Blue #5848BC

Tints of Rich Blue #5848BC

Color information

#5848BC (or 0x5848BC) is unknown color: approx Rich Blue. HEX triplet: 58, 48 and BC. RGB value is (88,72,188). Sum of RGB (Red+Green+Blue) = 88+72+188=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #5848BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848BC is #A7B743. Grayscale: #595959. Windows color (decimal): -10991428 or 12339288. OLE color: 12339288.

HSL color Cylindrical-coordinate representation of color #5848BC: hue angle of 248.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5848BC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8872188-
CMYK0.530.6200.26
HSL248.28º46.4%50.98%-
HSV(B)248.28º61.7%73.73%-
XYZ15.4210.3448.76-
YUV90.01183.3126.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=25.29%
G=20.69%
B=54.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88721880.530.6200.26248.2846.450.98
Hex5848BC353E01Af82e33
Octal13011027465760323705663
Binary101100010010001011110011010111111001101011111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5848BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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