#5B5FAD

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

Shades of Rich Blue #5B5FAD

Tints of Rich Blue #5B5FAD

Color information

#5B5FAD (or 0x5B5FAD) is unknown color: approx Rich Blue. HEX triplet: 5B, 5F and AD. RGB value is (91,95,173). Sum of RGB (Red+Green+Blue) = 91+95+173=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B5FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5FAD is #A4A052. Grayscale: #666666. Windows color (decimal): -10788947 or 11362139. OLE color: 11362139.

HSL color Cylindrical-coordinate representation of color #5B5FAD: hue angle of 237.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B5FAD is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9195173-
CMYK0.470.4500.32
HSL237.07º33.33%51.76%-
HSV(B)237.07º47.4%67.84%-
XYZ15.9513.4341.29-
YUV102.7167.67119.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=25.35%
G=26.46%
B=48.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91951730.470.4500.32237.0733.3351.76
Hex5B5FAD2F2D020ed2134
Octal13313725557550403554164
Binary1011011101111110101101101111101101010000011101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,95,173); }

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

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

 a { background-color: rgb(91,95,173); }

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

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

 span { border-color: rgb(91,95,173); }

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