#5A65AB

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

Shades of Rich Blue #5A65AB

Tints of Rich Blue #5A65AB

Color information

#5A65AB (or 0x5A65AB) is unknown color: approx Rich Blue. HEX triplet: 5A, 65 and AB. RGB value is (90,101,171). Sum of RGB (Red+Green+Blue) = 90+101+171=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A65AB is #A59A54. Grayscale: #696969. Windows color (decimal): -10852949 or 11232602. OLE color: 11232602.

HSL color Cylindrical-coordinate representation of color #5A65AB: hue angle of 231.85º degrees, saturation: 0.33, 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 #5A65AB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90101171-
CMYK0.470.4100.33
HSL231.85º32.53%51.18%-
HSV(B)231.85º47.37%67.06%-
XYZ16.2214.4240.46-
YUV105.69164.86116.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=24.86%
G=27.90%
B=47.24%

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
Decimal901011710.470.4100.33231.8532.5351.18
Hex5A65AB2F29021e82133
Octal13214525357510413504163
Binary1011010110010110101011101111101001010000111101000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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