#5F5AB1

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

Shades of Rich Blue #5F5AB1

Tints of Rich Blue #5F5AB1

Color information

#5F5AB1 (or 0x5F5AB1) is unknown color: approx Rich Blue. HEX triplet: 5F, 5A and B1. RGB value is (95,90,177). Sum of RGB (Red+Green+Blue) = 95+90+177=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #5F5AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5AB1 is #A0A54E. Grayscale: #656565. Windows color (decimal): -10528079 or 11623007. OLE color: 11623007.

HSL color Cylindrical-coordinate representation of color #5F5AB1: hue angle of 243.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F5AB1 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9590177-
CMYK0.460.4900.31
HSL243.45º35.8%52.35%-
HSV(B)243.45º49.15%69.41%-
XYZ16.3112.9243.23-
YUV101.41170.66123.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.24%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=26.24%
G=24.86%
B=48.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95901770.460.4900.31243.4535.852.35
Hex5F5AB12E3101Ff32434
Octal13713226156610373634464
Binary101111110110101011000110111011000101111111110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,90,177); }

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

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

 a { background-color: rgb(95,90,177); }

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

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

 span { border-color: rgb(95,90,177); }

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