#5B65AC

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

Shades of Rich Blue #5B65AC

Tints of Rich Blue #5B65AC

Color information

#5B65AC (or 0x5B65AC) is unknown color: approx Rich Blue. HEX triplet: 5B, 65 and AC. RGB value is (91,101,172). Sum of RGB (Red+Green+Blue) = 91+101+172=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B65AC is #A49A53. Grayscale: #696969. Windows color (decimal): -10787412 or 11298139. OLE color: 11298139.

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

Color convert

RGB91101172-
CMYK0.470.4100.33
HSL232.59º32.79%51.57%-
HSV(B)232.59º47.09%67.45%-
XYZ16.4114.5140.97-
YUV106.1165.19117.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=25%
G=27.75%
B=47.25%

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
Decimal911011720.470.4100.33232.5932.7951.57
Hex5B65AC2F29021e92134
Octal13314525457510413514164
Binary1011011110010110101100101111101001010000111101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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