#5850BD

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

Shades of Rich Blue #5850BD

Tints of Rich Blue #5850BD

Color information

#5850BD (or 0x5850BD) is unknown color: approx Rich Blue. HEX triplet: 58, 50 and BD. RGB value is (88,80,189). Sum of RGB (Red+Green+Blue) = 88+80+189=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #5850BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850BD is #A7AF42. Grayscale: #5E5E5E. Windows color (decimal): -10989379 or 12406872. OLE color: 12406872.

HSL color Cylindrical-coordinate representation of color #5850BD: hue angle of 244.4º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5850BD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8880189-
CMYK0.530.5800.26
HSL244.4º45.23%52.75%-
HSV(B)244.4º57.67%74.12%-
XYZ16.0811.4949.51-
YUV94.82181.15123.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=24.65%
G=22.41%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88801890.530.5800.26244.445.2352.75
Hex5850BD353A01Af42d35
Octal13012027565720323645565
Binary101100010100001011110111010111101001101011110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5850BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5850BD; }

 p { color: rgb(88,80,189); }

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

<style>
 a { background-color: #5850BD; }

 a { background-color: rgb(88,80,189); }

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

<style>
 span { border-color: #5850BD; }

 span { border-color: rgb(88,80,189); }

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