#5B65AB

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

Shades of Rich Blue #5B65AB

Tints of Rich Blue #5B65AB

Color information

#5B65AB (or 0x5B65AB) is unknown color: approx Rich Blue. HEX triplet: 5B, 65 and AB. RGB value is (91,101,171). Sum of RGB (Red+Green+Blue) = 91+101+171=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B65AB is #A49A54. Grayscale: #696969. Windows color (decimal): -10787413 or 11232603. OLE color: 11232603.

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

Color convert

RGB91101171-
CMYK0.470.4100.33
HSL232.5º32.26%51.37%-
HSV(B)232.5º46.78%67.06%-
XYZ16.3214.4740.46-
YUV105.99164.69117.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=25.07%
G=27.82%
B=47.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911011710.470.4100.33232.532.2651.37
Hex5B65AB2F29021e82033
Octal13314525357510413504063
Binary1011011110010110101011101111101001010000111101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,101,171); }

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

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

 a { background-color: rgb(91,101,171); }

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

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

 span { border-color: rgb(91,101,171); }

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