#5850AB

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

Shades of Rich Blue #5850AB

Tints of Rich Blue #5850AB

Color information

#5850AB (or 0x5850AB) is unknown color: approx Rich Blue. HEX triplet: 58, 50 and AB. RGB value is (88,80,171). Sum of RGB (Red+Green+Blue) = 88+80+171=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #5850AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5850AB is #A7AF54. Grayscale: #5C5C5C. Windows color (decimal): -10989397 or 11227224. OLE color: 11227224.

HSL color Cylindrical-coordinate representation of color #5850AB: hue angle of 245.27º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5850AB is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8880171-
CMYK0.490.5300.33
HSL245.27º36.25%49.22%-
HSV(B)245.27º53.22%67.06%-
XYZ14.2410.7539.85-
YUV92.77172.15124.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=25.96%
G=23.60%
B=50.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88801710.490.5300.33245.2736.2549.22
Hex5850AB3135021f52431
Octal13012025361650413654461
Binary1011000101000010101011110001110101010000111110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5850AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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