Html Css Color HEX #5655BA Rich Blue

📋 copy color: '#5655BA'

red 86 ◦ green 85 ◦ blue 186

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

Shades of Rich Blue #5655BA

Tints of Rich Blue #5655BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 24.09%
G = 23.81%
B = 52.1%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5655BA (or 0x5655BA) is known color: Rich Blue. HEX triplet: 56, 55 and BA. RGB value is (86,85,186). Sum of RGB (Red+Green+Blue) = 86+85+186=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5655BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655BA is #A9AA45. Grayscale: #606060. Windows color (decimal): -11119174 or 12211542. OLE color: 12211542.

HSL color Cylindrical-coordinate representation of color #5655BA: hue angle of 240.59º 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 #5655BA is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 85 186 -
CMYK 0.54 0.54 0 0.27
HSL 240.59º 0.42% 0.53% -
HSV(B) 240.59º 0.54% 0.73% -
XYZ 15.95 12.02 47.93 -
YUV 96.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 86 85 186 0.54 0.54 0 0.27 240.59 0.42 0.53
Hex 56 55 BA 36 36 0 1B F1 2A 35
Octal 126 125 272 66 66 0 33 361 52 65
Binary 1010110 1010101 10111010 110110 110110 0 11011 11110001 101010 110101

Color Harmonies of #5655BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655BA

Black with #5655BA

Text Example


Text Example

White with #5655BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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