Html Css Color HEX #5655BE Rich Blue

📋 copy color: '#5655BE'

red 86 ◦ green 85 ◦ blue 190

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

Shades of Rich Blue #5655BE

Tints of Rich Blue #5655BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 23.82%
G = 23.55%
B = 52.63%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5655BE (or 0x5655BE) is known color: Rich Blue. HEX triplet: 56, 55 and BE. RGB value is (86,85,190). Sum of RGB (Red+Green+Blue) = 86+85+190=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #5655BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655BE is #A9AA41. Grayscale: #606060. Windows color (decimal): -11119170 or 12473686. OLE color: 12473686.

HSL color Cylindrical-coordinate representation of color #5655BE: hue angle of 240.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5655BE is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 85 190 -
CMYK 0.55 0.55 0 0.25
HSL 240.57º 0.45% 0.54% -
HSV(B) 240.57º 0.55% 0.75% -
XYZ 16.38 12.19 50.21 -
YUV 97.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 86 85 190 0.55 0.55 0 0.25 240.57 0.45 0.54
Hex 56 55 BE 37 37 0 19 F1 2D 36
Octal 126 125 276 67 67 0 31 361 55 66
Binary 1010110 1010101 10111110 110111 110111 0 11001 11110001 101101 110110

Color Harmonies of #5655BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655BE

Black with #5655BE

Text Example


Text Example

White with #5655BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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