#5B65AA

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

Shades of Rich Blue #5B65AA

Tints of Rich Blue #5B65AA

Color information

#5B65AA (or 0x5B65AA) is unknown color: approx Rich Blue. HEX triplet: 5B, 65 and AA. RGB value is (91,101,170). Sum of RGB (Red+Green+Blue) = 91+101+170=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B65AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B65AA is #A49A55. Grayscale: #696969. Windows color (decimal): -10787414 or 11167067. OLE color: 11167067.

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

Color convert

RGB91101170-
CMYK0.460.4100.33
HSL232.41º31.73%51.18%-
HSV(B)232.41º46.47%66.67%-
XYZ16.2214.4339.96-
YUV105.88164.19117.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.14%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=25.14%
G=27.90%
B=46.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911011700.460.4100.33232.4131.7351.18
Hex5B65AA2E29021e82033
Octal13314525256510413504063
Binary1011011110010110101010101110101001010000111101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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