#5856BB

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

Shades of Rich Blue #5856BB

Tints of Rich Blue #5856BB

Color information

#5856BB (or 0x5856BB) is unknown color: approx Rich Blue. HEX triplet: 58, 56 and BB. RGB value is (88,86,187). Sum of RGB (Red+Green+Blue) = 88+86+187=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #5856BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5856BB is #A7A944. Grayscale: #616161. Windows color (decimal): -10987845 or 12277336. OLE color: 12277336.

HSL color Cylindrical-coordinate representation of color #5856BB: hue angle of 241.19º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5856BB is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8886187-
CMYK0.530.5400.27
HSL241.19º42.62%53.53%-
HSV(B)241.19º54.01%73.33%-
XYZ16.3212.3248.53-
YUV98.11178.16120.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=24.38%
G=23.82%
B=51.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88861870.530.5400.27241.1942.6253.53
Hex5856BB353601Bf12b36
Octal13012627365660333615366
Binary101100010101101011101111010111011001101111110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5856BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5856BB; }

 p { color: rgb(88,86,187); }

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

<style>
 a { background-color: #5856BB; }

 a { background-color: rgb(88,86,187); }

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

<style>
 span { border-color: #5856BB; }

 span { border-color: rgb(88,86,187); }

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