#5861B4

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

Shades of Rich Blue #5861B4

Tints of Rich Blue #5861B4

Color information

#5861B4 (or 0x5861B4) is unknown color: approx Rich Blue. HEX triplet: 58, 61 and B4. RGB value is (88,97,180). Sum of RGB (Red+Green+Blue) = 88+97+180=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #5861B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5861B4 is #A79E4B. Grayscale: #676767. Windows color (decimal): -10985036 or 11821400. OLE color: 11821400.

HSL color Cylindrical-coordinate representation of color #5861B4: hue angle of 234.13º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5861B4 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8897180-
CMYK0.510.4600.29
HSL234.13º38.02%52.55%-
HSV(B)234.13º51.11%70.59%-
XYZ16.5413.9245-
YUV103.77171.02116.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=24.11%
G=26.58%
B=49.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88971800.510.4600.29234.1338.0252.55
Hex5861B4332E01Dea2635
Octal13014126463560353524665
Binary101100011000011011010011001110111001110111101010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5861B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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