#5750AB

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

Shades of Rich Blue #5750AB

Tints of Rich Blue #5750AB

Color information

#5750AB (or 0x5750AB) is unknown color: approx Rich Blue. HEX triplet: 57, 50 and AB. RGB value is (87,80,171). Sum of RGB (Red+Green+Blue) = 87+80+171=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5750AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5750AB is #A8AF54. Grayscale: #5C5C5C. Windows color (decimal): -11054933 or 11227223. OLE color: 11227223.

HSL color Cylindrical-coordinate representation of color #5750AB: hue angle of 244.62º 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 #5750AB is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8780171-
CMYK0.490.5300.33
HSL244.62º36.25%49.22%-
HSV(B)244.62º53.22%67.06%-
XYZ14.1510.739.85-
YUV92.47172.32124.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.74%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=25.74%
G=23.67%
B=50.59%

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
Decimal87801710.490.5300.33244.6236.2549.22
Hex5750AB3135021f52431
Octal12712025361650413654461
Binary1010111101000010101011110001110101010000111110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5750AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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