#5B4AAF

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

Shades of Rich Blue #5B4AAF

Tints of Rich Blue #5B4AAF

Color information

#5B4AAF (or 0x5B4AAF) is unknown color: approx Rich Blue. HEX triplet: 5B, 4A and AF. RGB value is (91,74,175). Sum of RGB (Red+Green+Blue) = 91+74+175=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B4AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4AAF is #A4B550. Grayscale: #5A5A5A. Windows color (decimal): -10794321 or 11487835. OLE color: 11487835.

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

Color convert

RGB9174175-
CMYK0.480.5800.31
HSL250.1º40.56%48.82%-
HSV(B)250.1º57.71%68.63%-
XYZ14.510.2241.77-
YUV90.6175.63128.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.76%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=26.76%
G=21.76%
B=51.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91741750.480.5800.31250.140.5648.82
Hex5B4AAF303A01Ffa2931
Octal13311225760720373725161
Binary101101110010101010111111000011101001111111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,175); }

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

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

 a { background-color: rgb(91,74,175); }

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

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

 span { border-color: rgb(91,74,175); }

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