#5861BE

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

Shades of Rich Blue #5861BE

Tints of Rich Blue #5861BE

Color information

#5861BE (or 0x5861BE) is unknown color: approx Rich Blue. HEX triplet: 58, 61 and BE. RGB value is (88,97,190). Sum of RGB (Red+Green+Blue) = 88+97+190=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5861BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5861BE is #A79E41. Grayscale: #686868. Windows color (decimal): -10985026 or 12476760. OLE color: 12476760.

HSL color Cylindrical-coordinate representation of color #5861BE: hue angle of 234.71º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5861BE is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8897190-
CMYK0.540.4900.25
HSL234.71º43.97%54.51%-
HSV(B)234.71º53.68%74.51%-
XYZ17.5914.3450.56-
YUV104.91176.02115.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=23.47%
G=25.87%
B=50.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88971900.540.4900.25234.7143.9754.51
Hex5861BE3631019eb2c37
Octal13014127666610313535467
Binary101100011000011011111011011011000101100111101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5861BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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