#5b64af

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

Shades of Rich Blue #5B64AF

Tints of Rich Blue #5B64AF

Color information

#5B64AF (or 0x5B64AF) is unknown color: approx Rich Blue. HEX triplet: 5B, 64 and AF. RGB value is (91,100,175). Sum of RGB (Red+Green+Blue) = 91+100+175=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B64AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B64AF is #A49B50. Grayscale: #696969. Windows color (decimal): -10787665 or 11494491. OLE color: 11494491.

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

Color convert

RGB91100175-
CMYK0.480.4300.31
HSL233.57º34.43%52.16%-
HSV(B)233.57º48%68.63%-
XYZ16.6114.4342.47-
YUV105.86167.02117.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.86%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=24.86%
G=27.32%
B=47.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911001750.480.4300.31233.5734.4352.16
Hex5B64AF302B01Fea2234
Octal13314425760530373524264
Binary101101111001001010111111000010101101111111101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b64af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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