#5A5BAC

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

Shades of Rich Blue #5A5BAC

Tints of Rich Blue #5A5BAC

Color information

#5A5BAC (or 0x5A5BAC) is unknown color: approx Rich Blue. HEX triplet: 5A, 5B and AC. RGB value is (90,91,172). Sum of RGB (Red+Green+Blue) = 90+91+172=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5BAC is #A5A453. Grayscale: #636363. Windows color (decimal): -10855508 or 11295578. OLE color: 11295578.

HSL color Cylindrical-coordinate representation of color #5A5BAC: hue angle of 239.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A5BAC is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9091172-
CMYK0.480.4700.33
HSL239.27º33.06%51.37%-
HSV(B)239.27º47.67%67.45%-
XYZ15.412.6340.66-
YUV99.94168.67120.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=25.50%
G=25.78%
B=48.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90911720.480.4700.33239.2733.0651.37
Hex5A5BAC302F021ef2133
Octal13213325460570413574163
Binary1011010101101110101100110000101111010000111101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,91,172); }

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

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

 a { background-color: rgb(90,91,172); }

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

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

 span { border-color: rgb(90,91,172); }

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