Html Css Color HEX #5659AB Rich Blue

📋 copy color: '#5659AB'

red 86 ◦ green 89 ◦ blue 171

#5659AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5659AB

Tints of Rich Blue #5659AB

RGB

 RED value IS 86 (33.98% from 255) = 24.86%

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 24.86%
G = 25.72%
B = 49.42%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5659AB (or 0x5659AB) is known color: Rich Blue. HEX triplet: 56, 59 and AB. RGB value is (86,89,171). Sum of RGB (Red+Green+Blue) = 86+89+171=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #5659AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5659AB is #A9A654. Grayscale: #616161. Windows color (decimal): -11118165 or 11229526. OLE color: 11229526.

HSL color Cylindrical-coordinate representation of color #5659AB: hue angle of 237.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5659AB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 89 171 -
CMYK 0.50 0.48 0 0.33
HSL 237.88º 0.34% 0.5% -
HSV(B) 237.88º 0.5% 0.67% -
XYZ 14.76 12.06 40.08 -
YUV 97.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 86 89 171 0.50 0.48 0 0.33 237.88 0.34 0.5
Hex 56 59 AB 32 30 0 21 EE 22 32
Octal 126 131 253 62 60 0 41 356 42 62
Binary 1010110 1011001 10101011 110010 110000 0 100001 11101110 100010 110010

Color Harmonies of #5659AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5659AB

Black with #5659AB

Text Example


Text Example

White with #5659AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5659AB; }

 p { color: rgb(86,89,171); }

 H1.HeaderClassName
 {
   color: #5659AB;
 }
 .AnyTagClassName
 {
   color: #5659AB;
 }
</style>

background-color css

<style>
 a { background-color: #5659AB; }

 a { background-color: rgb(86,89,171); }

 div.DivClassName
 {
   background-color: #5659AB;
 }
 .BgClassName
 {
   background-color: #5659AB;
 }
</style>

border-color css

<style>
 span { border-color: #5659AB; }

 span { border-color: rgb(86,89,171); }

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