Html Css Color HEX #5659BA Rich Blue

📋 copy color: '#5659BA'

red 86 ◦ green 89 ◦ blue 186

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

Shades of Rich Blue #5659BA

Tints of Rich Blue #5659BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 23.82%
G = 24.65%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5659BA (or 0x5659BA) is known color: Rich Blue. HEX triplet: 56, 59 and BA. RGB value is (86,89,186). Sum of RGB (Red+Green+Blue) = 86+89+186=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #5659BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659BA is #A9A645. Grayscale: #626262. Windows color (decimal): -11118150 or 12212566. OLE color: 12212566.

HSL color Cylindrical-coordinate representation of color #5659BA: hue angle of 238.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5659BA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 89 186 -
CMYK 0.54 0.52 0 0.27
HSL 238.2º 0.42% 0.53% -
HSV(B) 238.2º 0.54% 0.73% -
XYZ 16.27 12.67 48.04 -
YUV 99.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 86 89 186 0.54 0.52 0 0.27 238.2 0.42 0.53
Hex 56 59 BA 36 34 0 1B EE 2A 35
Octal 126 131 272 66 64 0 33 356 52 65
Binary 1010110 1011001 10111010 110110 110100 0 11011 11101110 101010 110101

Color Harmonies of #5659BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5659BA

Black with #5659BA

Text Example


Text Example

White with #5659BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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