#5F55AB

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

Shades of Rich Blue #5F55AB

Tints of Rich Blue #5F55AB

Color information

#5F55AB (or 0x5F55AB) is unknown color: approx Rich Blue. HEX triplet: 5F, 55 and AB. RGB value is (95,85,171). Sum of RGB (Red+Green+Blue) = 95+85+171=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F55AB is #A0AA54. Grayscale: #616161. Windows color (decimal): -10529365 or 11228511. OLE color: 11228511.

HSL color Cylindrical-coordinate representation of color #5F55AB: hue angle of 246.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F55AB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9585171-
CMYK0.440.5000.33
HSL246.98º33.86%50.2%-
HSV(B)246.98º50.29%67.06%-
XYZ15.3211.8740.01-
YUV97.79169.31126.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=27.07%
G=24.22%
B=48.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95851710.440.5000.33246.9833.8650.2
Hex5F55AB2C32021f72232
Octal13712525354620413674262
Binary1011111101010110101011101100110010010000111110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F55AB; }

 p { color: rgb(95,85,171); }

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

<style>
 a { background-color: #5F55AB; }

 a { background-color: rgb(95,85,171); }

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

<style>
 span { border-color: #5F55AB; }

 span { border-color: rgb(95,85,171); }

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